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:
Armin Kuster
2022-05-20 17:00:51 -07:00
parent 9285375bd6
commit 6805f23867

View 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"