summaryrefslogtreecommitdiffstats
path: root/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm.bb')
-rw-r--r--meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm.bb15
1 files changed, 15 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
index 2412348..2db8521 100644
--- a/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm.bb
+++ b/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm.bb
@@ -11,4 +11,19 @@ SUMMARY_packagegroup-security-tpm = "Security TPM support"
11RDEPENDS_packagegroup-security-tpm = " \ 11RDEPENDS_packagegroup-security-tpm = " \
12 tpm-tools \ 12 tpm-tools \
13 trousers \ 13 trousers \
14 ${X86_TPM_MODULES} \
15 "
16
17X86_TPM_MODULES ?= ""
18
19X86_TPM_MODULES_x86 = " \
20 kernel-module-tpm-atmel \
21 kernel-module-tpm-infineon \
22 kernel-module-tpm-nsc \
23 "
24
25X86_TPM_MODULES_x86-64 = " \
26 kernel-module-tpm-atmel \
27 kernel-module-tpm-infineon \
28 kernel-module-tpm-nsc \
14 " 29 "