mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-07 04:58:47 +00:00
meta-parsec: add build image.
Signed-off-by: Armin Kuster <akuster808@gmail.com> --- v2] Use packagegroup-security-tpm2 add swtpm Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -0,0 +1,17 @@
|
|||||||
|
DESCRIPTION = "A small image for building meta-parsec packages"
|
||||||
|
|
||||||
|
inherit core-image
|
||||||
|
|
||||||
|
IMAGE_FEATURES += "ssh-server-openssh"
|
||||||
|
|
||||||
|
IMAGE_INSTALL = "\
|
||||||
|
packagegroup-base \
|
||||||
|
packagegroup-core-boot \
|
||||||
|
packagegroup-security-tpm2 \
|
||||||
|
packagegroup-security-parsec \
|
||||||
|
swtpm \
|
||||||
|
os-release"
|
||||||
|
|
||||||
|
export IMAGE_BASENAME = "security-parsec-image"
|
||||||
|
|
||||||
|
IMAGE_ROOTFS_EXTRA_SPACE = "5242880"
|
||||||
Reference in New Issue
Block a user