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