summaryrefslogtreecommitdiffstats
path: root/meta-tpm
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2017-05-07 22:44:43 -0700
committerArmin Kuster <akuster808@gmail.com>2017-05-14 07:56:52 -0700
commit52cd8a8747c689230b9ddbd3665ebb5dd769ffbe (patch)
tree4f5dea8512cb9a2a4f33b26784d211441fb4cc59 /meta-tpm
parent3e0671d1ea41d1b6b6800811223d678b066c0db1 (diff)
downloadmeta-security-52cd8a8747c689230b9ddbd3665ebb5dd769ffbe.tar.gz
meta-tpm: add base package group as was in meta-security
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-tpm')
-rw-r--r--meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm.bb b/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm.bb
new file mode 100644
index 0000000..f176627
--- /dev/null
+++ b/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm.bb
@@ -0,0 +1,23 @@
1DESCRIPTION = "Security packagegroup for Poky"
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
4 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
5
6inherit packagegroup
7
8PACKAGES = "packagegroup-security-tpm"
9
10SUMMARY_packagegroup-security-tpm = "Security TPM support"
11RDEPENDS_packagegroup-security-tpm = " \
12 tpm-tools \
13 trousers \
14 tpm2.0-tools \
15 libtss2 \
16 resourcemgr \
17 libtctidevice \
18 libtctisocket \
19 resourcemgr \
20 libtpm \
21 swtpm \
22 "
23