diff options
3 files changed, 32 insertions, 9 deletions
diff --git a/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm.bb b/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm.bb index f176627..2412348 100644 --- a/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm.bb +++ b/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm.bb | |||
| @@ -11,13 +11,4 @@ SUMMARY_packagegroup-security-tpm = "Security TPM support" | |||
| 11 | RDEPENDS_packagegroup-security-tpm = " \ | 11 | RDEPENDS_packagegroup-security-tpm = " \ |
| 12 | tpm-tools \ | 12 | tpm-tools \ |
| 13 | trousers \ | 13 | trousers \ |
| 14 | tpm2.0-tools \ | ||
| 15 | libtss2 \ | ||
| 16 | resourcemgr \ | ||
| 17 | libtctidevice \ | ||
| 18 | libtctisocket \ | ||
| 19 | resourcemgr \ | ||
| 20 | libtpm \ | ||
| 21 | swtpm \ | ||
| 22 | " | 14 | " |
| 23 | |||
diff --git a/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm2.bb b/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm2.bb new file mode 100644 index 0000000..1c96cbe --- /dev/null +++ b/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm2.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | DESCRIPTION = "Security packagegroup for Poky" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ | ||
| 4 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
| 5 | |||
| 6 | inherit packagegroup | ||
| 7 | |||
| 8 | PACKAGES = "packagegroup-security-tpm2" | ||
| 9 | |||
| 10 | SUMMARY_packagegroup-security-tpm2 = "Security TPM 2.0 support" | ||
| 11 | RDEPENDS_packagegroup-security-tpm2 = " \ | ||
| 12 | tpm2.0-tools \ | ||
| 13 | libtss2 \ | ||
| 14 | libtctidevice \ | ||
| 15 | libtctisocket \ | ||
| 16 | resourcemgr \ | ||
| 17 | kernel-module-tpm-crb \ | ||
| 18 | " | ||
diff --git a/meta-tpm/recipes-core/packagegroup/packagegroup-security-vtpm.bb b/meta-tpm/recipes-core/packagegroup/packagegroup-security-vtpm.bb new file mode 100644 index 0000000..f7eee7c --- /dev/null +++ b/meta-tpm/recipes-core/packagegroup/packagegroup-security-vtpm.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | DESCRIPTION = "Security packagegroup for Poky" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ | ||
| 4 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
| 5 | |||
| 6 | inherit packagegroup | ||
| 7 | |||
| 8 | PACKAGES = "packagegroup-security-vtpm" | ||
| 9 | |||
| 10 | SUMMARY_packagegroup-security-vtpm = "Security Software vTPM support" | ||
| 11 | RDEPENDS_packagegroup-security-vtpm = " \ | ||
| 12 | libtpm \ | ||
| 13 | swtpm \ | ||
| 14 | " | ||
