Widget packaging rework
[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, since the same 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
11 PREFERRED_RPROVIDER_virtual/voice-high-config = "alexa-voice-high-config"
12
13 FEATURE_PACKAGES_agl-voiceagent-alexa = "packagegroup-agl-voiceagent-alexa"
14
15 IMAGE_FEATURES += "agl-voiceagent-alexa"
16
17 # Add local packagegroups to agl-test-wgt and agl-devel-wgt image feature
18 # package lists
19 FEATURE_PACKAGES_agl-test-wgt_append = " packagegroup-agl-voiceagent-alexa-test"
20 FEATURE_PACKAGES_agl-devel-wgt_append = " packagegroup-agl-voiceagent-alexa-devel"