diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/feature/agl-voiceagent-alexa/50_bblayers.conf.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/feature/agl-voiceagent-alexa/50_bblayers.conf.inc b/templates/feature/agl-voiceagent-alexa/50_bblayers.conf.inc index 2397a1d7..1a18e8ff 100644 --- a/templates/feature/agl-voiceagent-alexa/50_bblayers.conf.inc +++ b/templates/feature/agl-voiceagent-alexa/50_bblayers.conf.inc @@ -8,3 +8,7 @@ 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/gstreamer/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 = " zeus"
\ No newline at end of file |