mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-26 19:17:08 +00:00
tpm image: split out tpm2
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -1,14 +1,13 @@
|
|||||||
DESCRIPTION = "A small image for building meta-security packages"
|
DESCRIPTION = "A small image for building a tpm image for testing"
|
||||||
|
|
||||||
IMAGE_FEATURES += "ssh-server-openssh"
|
IMAGE_FEATURES += "ssh-server-openssh"
|
||||||
|
|
||||||
IMAGE_INSTALL = "\
|
IMAGE_INSTALL = "\
|
||||||
packagegroup-base \
|
packagegroup-base \
|
||||||
packagegroup-core-boot \
|
packagegroup-core-boot \
|
||||||
${@bb.utils.contains('MACHINE_FEATURES', 'tpm', 'packagegroup-security-tpm', '', d)} \
|
packagegroup-security-tpm \
|
||||||
${@bb.utils.contains('MACHINE_FEATURES', 'tpm2', 'packagegroup-security-tpm2', '', d)} \
|
|
||||||
os-release \
|
os-release \
|
||||||
${CORE_IMAGE_EXTRA_INSTALL}"
|
"
|
||||||
|
|
||||||
IMAGE_LINGUAS ?= " "
|
IMAGE_LINGUAS ?= " "
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user