summaryrefslogtreecommitdiffstats
path: root/meta-tpm
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2017-05-07 22:49:44 -0700
committerArmin Kuster <akuster808@gmail.com>2017-05-14 07:56:52 -0700
commit52f712a3fe343b33232c11fd199b359b39688e7f (patch)
tree2f9c892e93fc8bd8e79ff5702f8c8bf6f1605b5c /meta-tpm
parentf8973e152a17920cdef65640ab3a31d73bf9cb7e (diff)
downloadmeta-security-52f712a3fe343b33232c11fd199b359b39688e7f.tar.gz
tpm-i2c: some systems us i2c TPM
add modules and i2c support Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-tpm')
-rw-r--r--meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm-i2c.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm-i2c.bb b/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm-i2c.bb
new file mode 100644
index 0000000..d4c3bb7
--- /dev/null
+++ b/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm-i2c.bb
@@ -0,0 +1,17 @@
1DESCRIPTION = "Security packagegroup for TPM i2c support"
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-i2c"
9
10SUMMARY_packagegroup-security-tpm-i2c = "Security TPM i2c support"
11RDEPENDS_packagegroup-security-tpm-i2c = " \
12 kernel-module-tpm-i2c-atmel \
13 kernel-module-tpm-i2c-infineon \
14 kernel-module-tpm-i2c-nuvoton \
15 kernel-module-tpm-st33zp24 \
16 kernel-module-tpm-st33zp24-i2c \
17 "