diff options
| -rw-r--r-- | meta-tpm/recipes-core/images/security-tpm-image.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-tpm/recipes-core/images/security-tpm-image.bb b/meta-tpm/recipes-core/images/security-tpm-image.bb index a337076..dbdd309 100644 --- a/meta-tpm/recipes-core/images/security-tpm-image.bb +++ b/meta-tpm/recipes-core/images/security-tpm-image.bb | |||
| @@ -1,14 +1,13 @@ | |||
| 1 | DESCRIPTION = "A small image for building meta-security packages" | 1 | DESCRIPTION = "A small image for building a tpm image for testing" |
| 2 | 2 | ||
| 3 | IMAGE_FEATURES += "ssh-server-openssh" | 3 | IMAGE_FEATURES += "ssh-server-openssh" |
| 4 | 4 | ||
| 5 | IMAGE_INSTALL = "\ | 5 | IMAGE_INSTALL = "\ |
| 6 | packagegroup-base \ | 6 | packagegroup-base \ |
| 7 | packagegroup-core-boot \ | 7 | packagegroup-core-boot \ |
| 8 | ${@bb.utils.contains('MACHINE_FEATURES', 'tpm', 'packagegroup-security-tpm', '', d)} \ | 8 | packagegroup-security-tpm \ |
| 9 | ${@bb.utils.contains('MACHINE_FEATURES', 'tpm2', 'packagegroup-security-tpm2', '', d)} \ | ||
| 10 | os-release \ | 9 | os-release \ |
| 11 | ${CORE_IMAGE_EXTRA_INSTALL}" | 10 | " |
| 12 | 11 | ||
| 13 | IMAGE_LINGUAS ?= " " | 12 | IMAGE_LINGUAS ?= " " |
| 14 | 13 | ||
