Add initial layer configuration

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
This commit is contained in:
Mark Hatle 2012-01-16 12:13:55 -06:00
commit b353aaee20
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,6 @@
require conf/distro/poky.conf
DISTRO = "poky-selinux"
DISTROOVERRIDES = "poky:selinux"
DISTRO_FEATURES_append = " pam selinux"

11
conf/layer.conf Normal file
View File

@ -0,0 +1,11 @@
# We have a conf and classes directory, add to BBPATH
BBPATH := "${BBPATH}:${LAYERDIR}"
# We have a packages directory, add to BBFILES
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "selinux"
BBFILE_PATTERN_selinux := "^${LAYERDIR}/"
BBFILE_PRIORITY_selinux = "5"