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

IMAGE_FEATURES += "ssh-server-openssh"

IMAGE_INSTALL = "\
    packagegroup-base \
    packagegroup-core-boot \
    samhain-server \
    os-release "

IMAGE_LINGUAS ?= " "

LICENSE = "MIT"

inherit core-image

export IMAGE_BASENAME = "security-server-image"

IMAGE_ROOTFS_EXTRA_SPACE = "5242880"