Convert to new override syntax
[AGL/meta-agl-devel.git] / meta-speech-framework / conf / include / agl-voiceagent-alexa.inc
1 # A bbappend has been added to meta-agl to enable nghttp2, mask out the one
2 # from meta-aac to avoid triggering rebuilds of all curl dependencies when
3 # agl-voiceagent-alexa is configured.
4 BBMASK += "meta-aac/recipes-support/curl/curl_%.bbappend"
5 # Mask out the nghttp2 recipe in meta-aac as well, as a newer version
6 # is available in meta-networking, and due to meta-aac having a higher
7 # layer priority, rebuilds will be triggered when the voiceagent feature
8 # is configured and the layer is added.
9 BBMASK += "meta-aac/recipes-connectivity/nghttp2"
10 # Mask out the duplicate libopus recipe in meta-aac for the same reason
11 BBMASK += "meta-aac/recipes-multimedia/libopus"
12
13 PREFERRED_RPROVIDER_virtual/voice-high-config = "alexa-voice-high-config"
14
15 FEATURE_PACKAGES:agl-voiceagent-alexa = "packagegroup-agl-voiceagent-alexa"
16
17 AGL_FEATURES += "agl-voiceagent-alexa"