mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
15 lines
267 B
BlitzBasic
15 lines
267 B
BlitzBasic
DESCRIPTION = "Image with SELinux support"
|
|
|
|
IMAGE_FEATURES += "splash ssh-server-openssh"
|
|
|
|
LICENSE = "MIT"
|
|
|
|
IMAGE_INSTALL = "\
|
|
${CORE_IMAGE_BASE_INSTALL} \
|
|
util-linux-agetty \
|
|
packagegroup-core-full-cmdline \
|
|
packagegroup-core-selinux \
|
|
"
|
|
|
|
inherit selinux-image
|