mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-07 04:58:47 +00:00
5392cb9baa
Signed-off-by: Armin Kuster <akuster808@gmail.com>
17 lines
352 B
BlitzBasic
17 lines
352 B
BlitzBasic
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"
|