Convert to new override syntax
[AGL/meta-agl-devel.git] / templates / feature / agl-voiceagent-alexa / 50_bblayers.conf.inc
1 BBLAYERS =+ " \
2         ${METADIR}/meta-agl-devel/meta-speech-framework \
3         ${METADIR}/external/alexa-auto-sdk/builder/meta-aac \
4 "
5
6 # Per the SDK documentation, the module recipes need to be manually
7 # added, as they sit outside of the layer.
8 BBFILES += "${METADIR}/external/alexa-auto-sdk/modules/*/*.bb"
9
10 # Include the recipe for the required gstreamer module as well
11 BBFILES += "${METADIR}/external/alexa-auto-sdk/extensions/experimental/system-audio/modules/*/*.bb"
12
13 # For now, tweak the layer's compatibility to allow using with zeus,
14 # since we know it works without major issues.
15 LAYERSERIES_COMPAT_aac:append = " dunfell"