[meta-parsec,2/3] meta-parsec: add build image.

Message ID 20220521185640.143194-2-akuster808@gmail.com
State Accepted
Delegated to: Armin Kuster
Headers show
Series [meta-parsec,1/3] meta-parsec: Add pkg grps | expand

Commit Message

akuster808 May 21, 2022, 6:56 p.m. UTC
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../recipes-core/images/security-parsec-image.bb  | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 meta-parsec/recipes-core/images/security-parsec-image.bb

Patch

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..547b687
--- /dev/null
+++ b/meta-parsec/recipes-core/images/security-parsec-image.bb
@@ -0,0 +1,15 @@ 
+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-parsec \
+    os-release" 
+
+export IMAGE_BASENAME = "security-parsec-image"
+
+IMAGE_ROOTFS_EXTRA_SPACE = "5242880"