blob: 1a18e8ff0eb9ec3f2a9e3bdf95817c881fbc4957 (
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 = " zeus"
|