diff options
| author | Adrian Mangeac <Adrian.Mangeac@enea.com> | 2019-06-25 15:59:45 +0200 |
|---|---|---|
| committer | Adrian Mangeac <Adrian.Mangeac@enea.com> | 2019-06-25 15:59:45 +0200 |
| commit | cecc32d8052d6a6f5f020a80e4f7f63f62179087 (patch) | |
| tree | 93e7a00826b989d456f2334c1de09f4cf880d461 | |
| parent | 9822fdbf17b5b378423cda70a52c6e2829c35c5f (diff) | |
| download | meta-el-accelerated-sumo.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.conf | 3 |
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" | |||
| 13 | LAYERDEPENDS_el-accelerated = "el-common amp" | 13 | LAYERDEPENDS_el-accelerated = "el-common amp" |
| 14 | 14 | ||
| 15 | LAYERSERIES_COMPAT_el-accelerated = "sumo" | 15 | LAYERSERIES_COMPAT_el-accelerated = "sumo" |
| 16 | |||
| 17 | |||
| 18 | BBMASK += "/meta-el-common/recipes-devtools/python" | ||
