mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-11 15:00:34 +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:
17
meta-parsec/recipes-core/images/security-parsec-image.bb
Normal file
17
meta-parsec/recipes-core/images/security-parsec-image.bb
Normal file
@@ -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