summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2015-02-20 15:16:06 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2015-02-23 14:23:34 +1000
commit87ba8f345f6dd5c47e460c99ffa00c1bf6d479b4 (patch)
treea356794ea705bd93e140c9bc1d9273a75d0b1b43
parent6da0f7ecf1451d156f88bb16fe3c41b1b76136e8 (diff)
downloadmeta-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.conf2
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
8BBFILE_COLLECTIONS += "xilinx" 8BBFILE_COLLECTIONS += "xilinx"
9BBFILE_PATTERN_xilinx := "^${LAYERDIR}/" 9BBFILE_PATTERN_xilinx := "^${LAYERDIR}/"
10BBFILE_PRIORITY_xilinx = "6" 10BBFILE_PRIORITY_xilinx = "5"
11 11
12LAYERDEPENDS_xilinx = "core" 12LAYERDEPENDS_xilinx = "core"