From 6805f23867aeafda189cb55de15a9347410859d9 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Fri, 20 May 2022 17:00:51 -0700 Subject: meta-parsec: add build image. Signed-off-by: Armin Kuster --- v2] Use packagegroup-security-tpm2 add swtpm Signed-off-by: Armin Kuster --- .../recipes-core/images/security-parsec-image.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-parsec/recipes-core/images/security-parsec-image.bb diff --git a/meta-parsec/recipes-core/images/security-parsec-image.bb b/meta-parsec/recipes-core/images/security-parsec-image.bb new file mode 100644 index 0000000..2ddc543 --- /dev/null +++ b/meta-parsec/recipes-core/images/security-parsec-image.bb @@ -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" -- cgit v1.2.3-54-g00ecf