blob: 4927e0ee5d63b3e3aa805033a73389ee9942a051 [file] [log] [blame]
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +05301DESCRIPTION = "A Serve side image for Security example "
2
3IMAGE_FEATURES += "ssh-server-openssh"
4
5IMAGE_INSTALL = "\
6 packagegroup-base \
7 packagegroup-core-boot \
8 samhain-server \
Andrew Geissler1fe918a2020-05-15 14:16:47 -05009 os-release "
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +053010
11IMAGE_LINGUAS ?= " "
12
13LICENSE = "MIT"
14
15inherit core-image
16
17export IMAGE_BASENAME = "security-server-image"
18
19IMAGE_ROOTFS_EXTRA_SPACE = "5242880"