Initial commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
DESCRIPTION = "Security packagegroup for TPM i2c support"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \
|
||||
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
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 \
|
||||
kernel-module-tpm-st33zp24 \
|
||||
kernel-module-tpm-st33zp24-i2c \
|
||||
"
|
||||
Reference in New Issue
Block a user