aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-security/images/security-client-image.bb
blob: f4ebc697cd996d9eeddc7951ac559e3450ef0eca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"