Skip to content

Commit

Permalink
secure-core-image: drop DISTRO_FEATURES tpm
Browse files Browse the repository at this point in the history
The meta-tpm layer has been removed.

Signed-off-by: Yi Zhao <[email protected]>
  • Loading branch information
yizhao1 committed Apr 17, 2024
1 parent 140af74 commit 41fa567
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ LICENSE = "MIT"
SECURE_CORE_IMAGE_EXTRA_INSTALL:append = " \
${@bb.utils.contains("DISTRO_FEATURES", "efi-secure-boot", \
"packagegroup-efi-secure-boot", "", d)} \
${@bb.utils.contains("DISTRO_FEATURES", "tpm", \
"packagegroup-tpm", "", d)} \
${@bb.utils.contains("DISTRO_FEATURES", "tpm2", \
"packagegroup-tpm2", "", d)} \
${@bb.utils.contains("DISTRO_FEATURES", "ima", \
Expand Down

0 comments on commit 41fa567

Please sign in to comment.