aboutsummaryrefslogtreecommitdiffstats
path: root/meta-tpm/recipes-core/packagegroup/packagegroup-security-vtpm.bb
blob: 3a8f2fa7e07640ead2775940bef4f76b24e7f5fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "Security packagegroup for Poky"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \
                    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 \
    "