summaryrefslogtreecommitdiffstats
path: root/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm.bb
blob: f176627f4ead880e866ed53c8959466a399b9ccb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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-tpm"

SUMMARY_packagegroup-security-tpm = "Security TPM support"
RDEPENDS_packagegroup-security-tpm = " \
    tpm-tools \
    trousers \
    tpm2.0-tools \
    libtss2 \
    resourcemgr \
    libtctidevice \
    libtctisocket \
    resourcemgr \
    libtpm \
    swtpm \
    "