Allow meta-agl-bsp to dynamically include recipes on demand
[AGL/meta-agl.git] / meta-agl-bsp / conf / layer.conf
1 # We have a conf and classes directory, add to BBPATH
2 BBPATH =. "${LAYERDIR}:"
3
4 # Let us add layer-specific bbappends which are only applied when that
5 # layer is included in our configuration -
6 # e.g. only add layers if a bsp is present.
7 BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.bbappend' % layer \
8                for layer in BBFILE_COLLECTIONS.split())}"
9
10 BBFILE_COLLECTIONS += "aglbsp"
11 BBFILE_PATTERN_aglbsp = "^${LAYERDIR}/"
12 BBFILE_PRIORITY_aglbsp = "7"