diff options
| author | Armin Kuster <akuster808@gmail.com> | 2019-06-23 10:11:31 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2019-06-26 15:47:47 -0700 |
| commit | 7af4d16f334a092823088d46fcf9fd73da194cd9 (patch) | |
| tree | b396065328d58cfb72b16db566d9fe4d0816120c | |
| parent | 44cb58c3e8b31508f440315647324b9f5505e1db (diff) | |
| download | meta-security-7af4d16f334a092823088d46fcf9fd73da194cd9.tar.gz | |
tpm image: split out tpm2
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -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 | ||
