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:
Lans Zhang
2017-06-26 12:50:52 +08:00
parent e280094b5b
commit 9fd5778732

View File

@@ -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)} \
"