1DESCRIPTION = "TPM2 packagegroup for Security" 2LICENSE = "MIT" 3LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \ 4 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 5 6PACKAGE_ARCH = "${TUNE_PKGARCH}" 7 8inherit packagegroup 9 10PACKAGES = "${PN}" 11 12SUMMARY:packagegroup-security-tpm2 = "Security TPM 2.0 support" 13RDEPENDS:packagegroup-security-tpm2 = " \ 14 tpm2-tools \ 15 trousers \ 16 tpm2-tss \ 17 libtss2-mu \ 18 libtss2-tcti-device \ 19 libtss2-tcti-mssim \ 20 libtss2 \ 21 tpm2-abrmd \ 22 tpm2-pkcs11 \ 23 tpm2-openssl \ 24 tpm2-tss-engine \ 25 tpm2-tss-engine-engines \ 26 python3-tpm2-pytss \ 27 " 28