diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-09-30 06:00:51 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-09-30 06:00:51 -0400 |
commit | f5c7abba750555d18ab711770de0fb61edb25b97 (patch) | |
tree | b524b0027a8d183d98cbff3b116ae2f8f150c3a4 /meta-speech-framework/conf/include/agl-voiceagent-alexa.inc | |
parent | 34e620431e485932dab84735253eb412497a09ae (diff) |
agl-voiceagent-alexa: mask out curl bbappend
Mask out curl bbappend with BBMASK in agl-voiceagent-alexa.inc to
avoid triggering significant rebuilds when enabling the feature.
The required PACKAGECONFIG modification to enable nghttp2 is now done
in meta-agl-profile-core.
Bug-AGL: SPEC-2839
Change-Id: I8fdc9f75ecf20ae4c05dce585cef61cc923fac94
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'meta-speech-framework/conf/include/agl-voiceagent-alexa.inc')
-rw-r--r-- | meta-speech-framework/conf/include/agl-voiceagent-alexa.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-speech-framework/conf/include/agl-voiceagent-alexa.inc b/meta-speech-framework/conf/include/agl-voiceagent-alexa.inc index 9da48212..ad509d14 100644 --- a/meta-speech-framework/conf/include/agl-voiceagent-alexa.inc +++ b/meta-speech-framework/conf/include/agl-voiceagent-alexa.inc @@ -1 +1,6 @@ +# A bbappend has been added to meta-agl to enable nghttp2, mask out the one +# from meta-aac to avoid triggering rebuilds of all curl dependencies when +# agl-voiceagent-alexa is configured. +BBMASK += "meta-aac/recipes-support/curl/curl_%.bbappend" + PREFERRED_RPROVIDER_virtual/voiceagent = "alexa-voiceagent-service" |