Mask out older recipes in meta-iot-cloud 07/26107/2
authorScott Murray <scott.murray@konsulko.com>
Thu, 25 Feb 2021 21:48:22 +0000 (16:48 -0500)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 1 Mar 2021 11:07:21 +0000 (11:07 +0000)
Add BBMASK additions to mask out older cjson, python3-httplib2, and
python3-xmltodict recipes in meta-iot-cloud.  Since meta-iot-cloud
is related to the agl-cloudproxy feature, they have been added to
a new agl-cloudproxy.inc file to keep them distinct from other
agl-demo configuration.

Bug-AGL: SPEC-3826

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I19a4e94f312e72b5770ecfe836fca9e8df6a91bc

conf/include/agl-cloudproxy.inc [new file with mode: 0644]
templates/feature/agl-demo/50_local.conf.inc

diff --git a/conf/include/agl-cloudproxy.inc b/conf/include/agl-cloudproxy.inc
new file mode 100644 (file)
index 0000000..d62e309
--- /dev/null
@@ -0,0 +1,5 @@
+# Mask out recipes with older versions than those available in
+# meta-oe and meta-python
+BBMASK += "meta-iot-cloud/recipes-support/cjson/cjson_1.7.10.bb"
+BBMASK += "meta-iot-cloud/recipes-devtools/python/python3-httplib2_0.11.3.bb"
+BBMASK += "meta-iot-cloud/recipes-devtools/python/python3-xmltodict_0.11.0.bb"
index 7662624..3b866e6 100644 (file)
@@ -1,2 +1,6 @@
 #see meta-agl-demo/conf/include/agl-demo.inc
 require conf/include/agl-demo.inc
+
+#see meta-agl-demo/conf/include/agl-cloudproxy.inc
+#SPEC-3826
+require conf/include/agl-cloudproxy.inc