mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-05-06 17:58:24 +00:00
secure-core-image: install ima-related packages if ima feature configured
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
This commit is contained in:
@@ -7,6 +7,8 @@ SECURE_CORE_IMAGE_EXTRA_INSTALL_append += "\
|
||||
"packagegroup-tpm", "", d)} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "tpm2", \
|
||||
"packagegroup-tpm2", "", d)} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "ima", \
|
||||
"packagegroup-ima", "", d)} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "encrypted-storage", \
|
||||
"packagegroup-encrypted-storage", "", d)} \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user