diff options
| -rw-r--r-- | meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm.bb b/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm.bb new file mode 100644 index 0000000..f176627 --- /dev/null +++ b/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 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-tpm" | ||
| 9 | |||
| 10 | SUMMARY_packagegroup-security-tpm = "Security TPM support" | ||
| 11 | RDEPENDS_packagegroup-security-tpm = " \ | ||
| 12 | tpm-tools \ | ||
| 13 | trousers \ | ||
| 14 | tpm2.0-tools \ | ||
| 15 | libtss2 \ | ||
| 16 | resourcemgr \ | ||
| 17 | libtctidevice \ | ||
| 18 | libtctisocket \ | ||
| 19 | resourcemgr \ | ||
| 20 | libtpm \ | ||
| 21 | swtpm \ | ||
| 22 | " | ||
| 23 | |||
