blob: c4c8fb22b4bdbd3ead16f6a99069f84b48c18408 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001DESCRIPTION = "TPM2 packagegroup for Security"
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +05302LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \
4 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
5
6inherit packagegroup
7
8PACKAGES = "packagegroup-security-tpm2"
9
10SUMMARY_packagegroup-security-tpm2 = "Security TPM 2.0 support"
11RDEPENDS_packagegroup-security-tpm2 = " \
12 tpm2.0-tools \
13 trousers \
14 libtss2 \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080015 libtss2-tcti-device \
16 libtss2-tcti-mssim \
17 tpm2-abrmd \
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +053018 "