mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 15:57:21 +00:00
1671f7d7e2
Signed-off-by: Armin Kuster <akuster808@gmail.com>
19 lines
525 B
BlitzBasic
19 lines
525 B
BlitzBasic
DESCRIPTION = "Security packagegroup for Poky"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
|
|
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
|
|
|
inherit packagegroup
|
|
|
|
PACKAGES = "packagegroup-security-tpm2"
|
|
|
|
SUMMARY_packagegroup-security-tpm2 = "Security TPM 2.0 support"
|
|
RDEPENDS_packagegroup-security-tpm2 = " \
|
|
tpm2.0-tools \
|
|
trousers \
|
|
libtss2 \
|
|
libtctidevice \
|
|
libtctisocket \
|
|
resourcemgr \
|
|
"
|