summaryrefslogtreecommitdiffstats
path: root/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm2.bb
blob: 1c96cbe762744e4772adfe3165cf67144f867e6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 \
    libtss2 \
    libtctidevice \
    libtctisocket \
    resourcemgr \
    kernel-module-tpm-crb \
    "