aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-security/images/security-client-image.bb
blob: 1a92479720f79bc68dd0a8d28cd3110842bab657 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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)} \
    ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}"

IMAGE_LINGUAS ?= " "

LICENSE = "MIT"

inherit core-image

export IMAGE_BASENAME = "security-client-image"