diff options
| -rw-r--r-- | meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm-i2c.bb | 17 |
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 @@ | |||
| 1 | DESCRIPTION = "Security packagegroup for TPM i2c support" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ | ||
| 4 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
| 5 | |||
| 6 | inherit packagegroup | ||
| 7 | |||
| 8 | PACKAGES = "packagegroup-security-tpm-i2c" | ||
| 9 | |||
| 10 | SUMMARY_packagegroup-security-tpm-i2c = "Security TPM i2c support" | ||
| 11 | RDEPENDS_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 | " | ||
