mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 15:57:21 +00:00
2e0e2fa1d2
this should help mitgate the need to pull in too many layers if swtpm in not wanted Signed-off-by: Armin Kuster <akuster808@gmail.com>
15 lines
452 B
BlitzBasic
15 lines
452 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-vtpm"
|
|
|
|
SUMMARY_packagegroup-security-vtpm = "Security Software vTPM support"
|
|
RDEPENDS_packagegroup-security-vtpm = " \
|
|
libtpm \
|
|
swtpm \
|
|
"
|