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 | 10 |
1 files changed, 10 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 new file mode 100644 index 00000000..2397a1d7 --- /dev/null +++ b/templates/feature/agl-voiceagent-alexa/50_bblayers.conf.inc @@ -0,0 +1,10 @@ +BBLAYERS =+ " \ + ${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/gstreamer/modules/*/*.bb" |