From c63a424bb0459618b37640ef43fae725cff52ea4 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 30 Sep 2019 06:00:51 -0400 Subject: 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 (cherry picked from commit f5c7abba750555d18ab711770de0fb61edb25b97) --- meta-speech-framework/conf/include/agl-voiceagent-alexa.inc | 5 +++++ 1 file changed, 5 insertions(+) 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" -- cgit 1.2.3-korg