Files
meta-security/recipes-security/images/security-server-image.bb
Armin Kuster 9fb87c6c73 images: add a client and server image
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-11-01 09:03:15 -07:00

21 lines
417 B
BlitzBasic

DESCRIPTION = "A Serve side image for Security example "
IMAGE_FEATURES += "ssh-server-openssh"
IMAGE_INSTALL = "\
packagegroup-base \
packagegroup-core-boot \
samhain-server \
os-release \
${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}"
IMAGE_LINGUAS ?= " "
LICENSE = "MIT"
inherit core-image
export IMAGE_BASENAME = "security-server-image"
IMAGE_ROOTFS_EXTRA_SPACE = "5242880"