diff options
| author | Lans Zhang <jia.zhang@windriver.com> | 2017-06-26 12:50:52 +0800 |
|---|---|---|
| committer | Lans Zhang <jia.zhang@windriver.com> | 2017-06-26 12:50:52 +0800 |
| commit | 9fd57787320ed83e470a491c7e82ca4cce0d18b7 (patch) | |
| tree | 44923c472df3c048fb80d0d0b46816c65b12b231 | |
| parent | e280094b5b03d9525b3b197a5477c5c5efb914bf (diff) | |
| download | meta-secure-core-9fd57787320ed83e470a491c7e82ca4cce0d18b7.tar.gz | |
secure-core-image: install ima-related packages if ima feature configured
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
| -rw-r--r-- | meta/recipes-core/images/secure-core-image.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/images/secure-core-image.bb b/meta/recipes-core/images/secure-core-image.bb index 9fe73c5..1f3dec6 100644 --- a/meta/recipes-core/images/secure-core-image.bb +++ b/meta/recipes-core/images/secure-core-image.bb | |||
| @@ -7,6 +7,8 @@ SECURE_CORE_IMAGE_EXTRA_INSTALL_append += "\ | |||
| 7 | "packagegroup-tpm", "", d)} \ | 7 | "packagegroup-tpm", "", d)} \ |
| 8 | ${@bb.utils.contains("DISTRO_FEATURES", "tpm2", \ | 8 | ${@bb.utils.contains("DISTRO_FEATURES", "tpm2", \ |
| 9 | "packagegroup-tpm2", "", d)} \ | 9 | "packagegroup-tpm2", "", d)} \ |
| 10 | ${@bb.utils.contains("DISTRO_FEATURES", "ima", \ | ||
| 11 | "packagegroup-ima", "", d)} \ | ||
| 10 | ${@bb.utils.contains("DISTRO_FEATURES", "encrypted-storage", \ | 12 | ${@bb.utils.contains("DISTRO_FEATURES", "encrypted-storage", \ |
| 11 | "packagegroup-encrypted-storage", "", d)} \ | 13 | "packagegroup-encrypted-storage", "", d)} \ |
| 12 | " | 14 | " |
