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,16 @@
DESCRIPTION = "A Client side Security example"
IMAGE_INSTALL = "\
packagegroup-base \
packagegroup-core-boot \
os-release \
samhain-client \
${@bb.utils.contains("DISTRO_FEATURES", "x11", "packagegroup-xfce-base", "", d)}"
IMAGE_LINGUAS ?= " "
LICENSE = "MIT"
inherit core-image
export IMAGE_BASENAME = "security-client-image"