blob: 2397a1d78bcd853cbdb164309317f3c6a080522a (
plain)
1
2
3
4
5
6
7
8
9
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"
|