agl-voiceagent-alexa: mask out curl bbappend 37/22537/1
authorScott Murray <scott.murray@konsulko.com>
Mon, 30 Sep 2019 10:00:51 +0000 (06:00 -0400)
committerScott Murray <scott.murray@konsulko.com>
Mon, 30 Sep 2019 10:00:51 +0000 (06:00 -0400)
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>
meta-speech-framework/conf/include/agl-voiceagent-alexa.inc

index 9da4821..ad509d1 100644 (file)
@@ -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"