meta-selinux/conf/layer.conf
Mark Hatle b353aaee20 Add initial layer configuration
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2012-01-16 12:13:55 -06:00

12 lines
344 B
Plaintext

# 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"