Initial commit
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user