blob: e901409a35e23aee39cf146e6aa823ad1c012a91 (
plain)
1
2
3
4
5
6
7
8
|
# Base image
require agl-image-ivi.inc
# Pull in speech framework bits
IMAGE_FEATURES += "agl-speech-framework"
# Pull in Alexa voiceagent if configured
IMAGE_FEATURES += "${@bb.utils.filter("AGL_FEATURES", "agl-voiceagent-alexa", d)}"
|