mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-04 14:10:22 +00:00
change tpm from distro to machine feature
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# TPM kernel support
|
||||
|
||||
KERNEL_FEATURES_append += "${@bb.utils.contains('DISTRO_FEATURES', 'tpm', ' features/tpm/tpm.scc', '', d)}"
|
||||
KERNEL_FEATURES_append += "${@bb.utils.contains('MACHINE_FEATURES', 'tpm', ' features/tpm/tpm.scc', '', d)}"
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ PACKAGES = "\
|
||||
packagegroup-security-scanners \
|
||||
packagegroup-security-ids \
|
||||
packagegroup-security-mac \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "tpm", "packagegroup-security-tpm", "",d)} \
|
||||
${@bb.utils.contains("MACHINE_FEATURES", "tpm", "packagegroup-security-tpm", "",d)} \
|
||||
"
|
||||
|
||||
RDEPENDS_packagegroup-core-security = "\
|
||||
@@ -19,7 +19,7 @@ RDEPENDS_packagegroup-core-security = "\
|
||||
packagegroup-security-scanners \
|
||||
packagegroup-security-ids \
|
||||
packagegroup-security-mac \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "tpm", "packagegroup-security-tpm", "",d)} \
|
||||
${@bb.utils.contains("MACHINE_FEATURES", "tpm", "packagegroup-security-tpm", "",d)} \
|
||||
"
|
||||
|
||||
SUMMARY_packagegroup-security-utils = "Security utilities"
|
||||
|
||||
Reference in New Issue
Block a user