blob: 411cd20ef257255c606e9408b4feb023b06788e0 [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 = "\
Andrew Geissler615f2f12022-07-15 14:00:58 -05006 ${@bb.utils.contains("DISTRO_FEATURES", "lkrg", "lkrg-module", "",d)} \
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +05307 packagegroup-base \
8 packagegroup-core-boot \
9 packagegroup-core-security \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080010 os-release"
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +053011
12IMAGE_LINGUAS ?= " "
13
14LICENSE = "MIT"
15
16inherit core-image
17
18export IMAGE_BASENAME = "security-build-image"
19
20IMAGE_ROOTFS_EXTRA_SPACE = "5242880"