mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-07 04:58:47 +00:00
tpm2: package groups fixes
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -9,6 +9,8 @@ PACKAGES = "packagegroup-security-tpm-i2c"
|
||||
|
||||
SUMMARY_packagegroup-security-tpm-i2c = "Security TPM i2c support"
|
||||
RDEPENDS_packagegroup-security-tpm-i2c = " \
|
||||
${@bb.utils.contains('MACHINE_FEATURES', 'tpm', 'packagegroup-security-tpm', '', d)} \
|
||||
${@bb.utils.contains('MACHINE_FEATURES', 'tpm2', 'packagegroup-security-tpm2, '', d)} \
|
||||
kernel-module-tpm-i2c-atmel \
|
||||
kernel-module-tpm-i2c-infineon \
|
||||
kernel-module-tpm-i2c-nuvoton \
|
||||
|
||||
@@ -11,4 +11,19 @@ SUMMARY_packagegroup-security-tpm = "Security TPM support"
|
||||
RDEPENDS_packagegroup-security-tpm = " \
|
||||
tpm-tools \
|
||||
trousers \
|
||||
${X86_TPM_MODULES} \
|
||||
"
|
||||
|
||||
X86_TPM_MODULES ?= ""
|
||||
|
||||
X86_TPM_MODULES_x86 = " \
|
||||
kernel-module-tpm-atmel \
|
||||
kernel-module-tpm-infineon \
|
||||
kernel-module-tpm-nsc \
|
||||
"
|
||||
|
||||
X86_TPM_MODULES_x86-64 = " \
|
||||
kernel-module-tpm-atmel \
|
||||
kernel-module-tpm-infineon \
|
||||
kernel-module-tpm-nsc \
|
||||
"
|
||||
|
||||
@@ -10,9 +10,9 @@ PACKAGES = "packagegroup-security-tpm2"
|
||||
SUMMARY_packagegroup-security-tpm2 = "Security TPM 2.0 support"
|
||||
RDEPENDS_packagegroup-security-tpm2 = " \
|
||||
tpm2.0-tools \
|
||||
trousers \
|
||||
libtss2 \
|
||||
libtctidevice \
|
||||
libtctisocket \
|
||||
resourcemgr \
|
||||
kernel-module-tpm-crb \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user