blob: f4ebc697cd996d9eeddc7951ac559e3450ef0eca [file] [log] [blame]
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +05301DESCRIPTION = "A Client side Security example"
2
3IMAGE_INSTALL = "\
4 packagegroup-base \
5 packagegroup-core-boot \
6 os-release \
7 samhain-client \
Andrew Geissler1fe918a2020-05-15 14:16:47 -05008 ${@bb.utils.contains("DISTRO_FEATURES", "x11", "packagegroup-xfce-base", "", d)}"
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +05309
10IMAGE_LINGUAS ?= " "
11
12LICENSE = "MIT"
13
14inherit core-image
15
16export IMAGE_BASENAME = "security-client-image"