aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/images/security-server-image.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/images/security-server-image.bb')
-rw-r--r--recipes-core/images/security-server-image.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-core/images/security-server-image.bb b/recipes-core/images/security-server-image.bb
new file mode 100644
index 0000000..4927e0e
--- /dev/null
+++ b/recipes-core/images/security-server-image.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "A Serve side image for Security example "
+
+IMAGE_FEATURES += "ssh-server-openssh"
+
+IMAGE_INSTALL = "\
+ packagegroup-base \
+ packagegroup-core-boot \
+ samhain-server \
+ os-release "
+
+IMAGE_LINGUAS ?= " "
+
+LICENSE = "MIT"
+
+inherit core-image
+
+export IMAGE_BASENAME = "security-server-image"
+
+IMAGE_ROOTFS_EXTRA_SPACE = "5242880"