mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 03:47:21 +00:00
f453866cf6
Signed-off-by: Armin Kuster <akuster808@gmail.com>
21 lines
450 B
BlitzBasic
21 lines
450 B
BlitzBasic
DESCRIPTION = "A small image for building meta-security packages"
|
|
|
|
IMAGE_FEATURES += "ssh-server-openssh"
|
|
|
|
IMAGE_INSTALL = "\
|
|
${@bb.utils.contains("DISTRO_FEATURES", "lkrg", "lkrg-module", "",d)} \
|
|
packagegroup-base \
|
|
packagegroup-core-boot \
|
|
packagegroup-core-security \
|
|
os-release"
|
|
|
|
IMAGE_LINGUAS ?= " "
|
|
|
|
LICENSE = "MIT"
|
|
|
|
inherit core-image
|
|
|
|
export IMAGE_BASENAME = "security-build-image"
|
|
|
|
IMAGE_ROOTFS_EXTRA_SPACE = "5242880"
|