blob: a8757f980ea9fe786ba186792ed6f14744cdbc28 [file] [log] [blame]
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +05301DESCRIPTION = "A small image for building meta-security packages"
2
3IMAGE_FEATURES += "ssh-server-openssh"
4
5IMAGE_INSTALL = "\
6 packagegroup-base \
7 packagegroup-core-boot \
8 packagegroup-core-security \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08009 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-build-image"
18
19IMAGE_ROOTFS_EXTRA_SPACE = "5242880"