summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Mangeac <Adrian.Mangeac@enea.com>2019-06-25 15:59:45 +0200
committerAdrian Mangeac <Adrian.Mangeac@enea.com>2019-06-25 15:59:45 +0200
commitcecc32d8052d6a6f5f020a80e4f7f63f62179087 (patch)
tree93e7a00826b989d456f2334c1de09f4cf880d461
parent9822fdbf17b5b378423cda70a52c6e2829c35c5f (diff)
downloadmeta-el-accelerated-cecc32d8052d6a6f5f020a80e4f7f63f62179087.tar.gz
python: Mask the recipe in meta-el-commonsumo
The .bbappend in the above layer applies a patch that conflicts with the version currently fetched. Change-Id: I2302832c9d66965ea7016bc9a3f847e21d3d0eee Signed-off-by: Adrian Mangeac <Adrian.Mangeac@enea.com>
-rw-r--r--conf/layer.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 46c48eb..b7fffef 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -13,3 +13,6 @@ BBFILE_PRIORITY_el-accelerated = "7"
13LAYERDEPENDS_el-accelerated = "el-common amp" 13LAYERDEPENDS_el-accelerated = "el-common amp"
14 14
15LAYERSERIES_COMPAT_el-accelerated = "sumo" 15LAYERSERIES_COMPAT_el-accelerated = "sumo"
16
17
18BBMASK += "/meta-el-common/recipes-devtools/python"