aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-security/images/security-server-image.bb
blob: 502b5c142a0f88f302bf528dcf15fb5fa4cf23a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "A Serve side image for Security example "

IMAGE_FEATURES += "ssh-server-openssh"

IMAGE_INSTALL = "\
    packagegroup-base \
    packagegroup-core-boot \
    samhain-server \
    os-release \
    ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}"

IMAGE_LINGUAS ?= " "

LICENSE = "MIT"

inherit core-image

export IMAGE_BASENAME = "security-server-image"

IMAGE_ROOTFS_EXTRA_SPACE = "5242880"