agl-service-voice-high-capabilities: added recipe
[AGL/meta-agl-devel.git] / meta-audio-4a-framework / conf / layer.conf
1 # We have a conf and classes directory, add to BBPATH
2 BBPATH .= ":${LAYERDIR}"
3
4 # Fix for SPEC-1588
5 # Let us add layer-specific bbappends which are only applied when that
6 # layer is included in our configuration -
7 # e.g. only add layers if a bsp is present.
8 # This is based on the BBFILE_COLLECTIONS name of the layer.
9 BBFILES += "${@' '.join('${LAYERDIR}/meta-%s/recipes*/*/*.bbappend' % layer \
10                for layer in BBFILE_COLLECTIONS.split())}"
11 BBFILES += "${@' '.join('${LAYERDIR}/meta-%s/recipes*/*/*.bb' % layer \
12                for layer in BBFILE_COLLECTIONS.split())}"
13
14
15 # We have recipes-* directories, add to BBFILES
16 BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
17         ${LAYERDIR}/recipes-*/*/*.bbappend"
18
19 BBFILE_COLLECTIONS += "4a-framework"
20 BBFILE_PATTERN_4a-framework = "^${LAYERDIR}/"
21 BBFILE_PRIORITY_4a-framework = "8"