diff options
author | Nathan Rossi <nathan.rossi@xilinx.com> | 2015-02-20 15:16:06 +1000 |
---|---|---|
committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2015-02-23 14:23:34 +1000 |
commit | 87ba8f345f6dd5c47e460c99ffa00c1bf6d479b4 (patch) | |
tree | a356794ea705bd93e140c9bc1d9273a75d0b1b43 | |
parent | 6da0f7ecf1451d156f88bb16fe3c41b1b76136e8 (diff) | |
download | meta-xilinx-87ba8f345f6dd5c47e460c99ffa00c1bf6d479b4.tar.gz |
conf/layer.conf: Reduce Priority of layer to 5 (from 6)
* Align priority of recipes to the same level as oe-core, this is to
prevent the selection of meta-xilinx recipes over oe-core recipes for
general use cases
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
-rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 88d6e5ed..fdecc03a 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -7,6 +7,6 @@ BBFILES += " ${LAYERDIR}/recipes-*/*/*.bbappend" | |||
7 | 7 | ||
8 | BBFILE_COLLECTIONS += "xilinx" | 8 | BBFILE_COLLECTIONS += "xilinx" |
9 | BBFILE_PATTERN_xilinx := "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_xilinx := "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_xilinx = "6" | 10 | BBFILE_PRIORITY_xilinx = "5" |
11 | 11 | ||
12 | LAYERDEPENDS_xilinx = "core" | 12 | LAYERDEPENDS_xilinx = "core" |