blob: dc6c1f6e24386a89eac88dd6b306798f61d8e674 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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"
# For now, tweak the layer's compatibility to allow using with zeus,
# since we know it works without major issues.
LAYERSERIES_COMPAT_aac_append = " dunfell"
|