db6be54c072da38390c68e4c7ca0df7f2f355971
[AGL/meta-agl.git] / layer.conf
1 # We have a conf and classes directory, add to BBPATH
2 BBPATH =. "${LAYERDIR}:"
3
4 # We have a packages directory, add to BBFILES
5 BBFILES := "${BBFILES} \
6             ${LAYERDIR}/recipes-*/*/*.bb \
7             ${LAYERDIR}/recipes-*/*/*.bbappend"
8
9 # Must prioritize our rpm recipe over the default ones.
10 BBFILE_COLLECTIONS += "security-smack"
11 BBFILE_PATTERN_security-smack := "^${LAYERDIR}/"
12 BBFILE_PRIORITY_security-smack = "60"