security images: Move to recipe-core

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2020-07-24 11:11:24 -07:00
parent f923d63820
commit 5392cb9baa
4 changed files with 0 additions and 0 deletions
@@ -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"