image: Basic image for SELinux features.

This commit is contained in:
Xin Ouyang 2012-04-17 17:17:14 +08:00
parent 2bd39e94d0
commit 22cb4e5702

View File

@ -0,0 +1,13 @@
DESCRIPTION = "Image with SELinux support"
IMAGE_FEATURES += "apps-console-core ssh-server-openssh"
LICENSE = "MIT"
IMAGE_INSTALL = "\
${CORE_IMAGE_BASE_INSTALL} \
task-core-basic \
task-core-selinux \
"
inherit core-image