6024d284799a9e463488eb736cda581dcc6b0626
[AGL/meta-agl.git] / meta-security / conf / 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 += " ${LAYERDIR}/recipes-*/*/*.bb \
6              ${LAYERDIR}/recipes-*/*/*.bbappend \
7            "
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"
13
14 LAYERSERIES_COMPAT_security-smack = "dunfell"