diff options
| -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 | " |
