diff options
Diffstat (limited to 'templates/feature/agl-voiceagent-alexa/50_bblayers.conf.inc')
-rw-r--r-- | templates/feature/agl-voiceagent-alexa/50_bblayers.conf.inc | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/templates/feature/agl-voiceagent-alexa/50_bblayers.conf.inc b/templates/feature/agl-voiceagent-alexa/50_bblayers.conf.inc deleted file mode 100644 index 94d877ae..00000000 --- a/templates/feature/agl-voiceagent-alexa/50_bblayers.conf.inc +++ /dev/null @@ -1,15 +0,0 @@ -BBLAYERS =+ " \ - ${METADIR}/meta-agl-devel/meta-speech-framework \ - ${METADIR}/external/alexa-auto-sdk/builder/meta-aac \ -" - -# Per the SDK documentation, the module recipes need to be manually -# added, as they sit outside of the layer. -BBFILES += "${METADIR}/external/alexa-auto-sdk/modules/*/*.bb" - -# Include the recipe for the required gstreamer module as well -BBFILES += "${METADIR}/external/alexa-auto-sdk/extensions/experimental/system-audio/modules/*/*.bb" - -# For now, tweak the layer's compatibility to allow using with zeus, -# since we know it works without major issues. -LAYERSERIES_COMPAT_aac:append = " kirkstone" |