diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-09-30 06:00:51 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-10-01 07:37:40 +0000 |
commit | c63a424bb0459618b37640ef43fae725cff52ea4 (patch) | |
tree | e9c9ec660dce49100c38d62f75981940f1865daf /meta-speech-framework | |
parent | 17caa5da426906f3856c37629399777aa7c5e7c3 (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>
(cherry picked from commit f5c7abba750555d18ab711770de0fb61edb25b97)
Diffstat (limited to 'meta-speech-framework')
-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" |