summaryrefslogtreecommitdiffstats
path: root/recipes-security/images/core-image-selinux-minimal.bb
blob: 45bb099e608ef9b8632fd5337dd291b01cd8cfe7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "Minimal image with SELinux support (no python)"

IMAGE_FEATURES += "splash ssh-server-openssh"

LICENSE = "MIT"

IMAGE_INSTALL = "\
	${CORE_IMAGE_BASE_INSTALL} \
	bash \
	util-linux-agetty \
	packagegroup-core-boot \
	packagegroup-selinux-minimal \
"

inherit selinux-image