mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-06 02:40:50 +00:00
tpm2 images: create tpm2 image and fix packagegroup
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
DESCRIPTION = "A small image for building a tpm2 image for testing"
|
||||
|
||||
IMAGE_FEATURES += "ssh-server-openssh"
|
||||
|
||||
IMAGE_INSTALL = "\
|
||||
packagegroup-base \
|
||||
packagegroup-core-boot \
|
||||
packagegroup-security-tpm2 \
|
||||
os-release \
|
||||
"
|
||||
|
||||
IMAGE_LINGUAS ?= " "
|
||||
|
||||
LICENSE = "MIT"
|
||||
|
||||
inherit core-image
|
||||
|
||||
export IMAGE_BASENAME = "security-tpm2-image"
|
||||
@@ -5,17 +5,20 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
PACKAGES = "packagegroup-security-tpm2"
|
||||
PACKAGES = "${PN}"
|
||||
|
||||
SUMMARY_packagegroup-security-tpm2 = "Security TPM 2.0 support"
|
||||
RDEPENDS_packagegroup-security-tpm2 = " \
|
||||
tpm2-tools \
|
||||
trousers \
|
||||
tpm2-tss \
|
||||
libtss2 \
|
||||
libtss2-mu \
|
||||
libtss2-tcti-device \
|
||||
libtss2-tcti-mssim \
|
||||
tpm2-abrmd \
|
||||
tpm2-pkcs11 \
|
||||
ibmswtpm2 \
|
||||
cryptsetup-tpm-incubator \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user