1 # We have a conf and classes directory, add to BBPATH
2 BBPATH =. "${LAYERDIR}:"
4 # We have a packages directory, add to BBFILES
5 BBFILES += " ${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend \
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"