From 87ba8f345f6dd5c47e460c99ffa00c1bf6d479b4 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Fri, 20 Feb 2015 15:16:06 +1000 Subject: 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 --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" BBFILE_COLLECTIONS += "xilinx" BBFILE_PATTERN_xilinx := "^${LAYERDIR}/" -BBFILE_PRIORITY_xilinx = "6" +BBFILE_PRIORITY_xilinx = "5" LAYERDEPENDS_xilinx = "core" -- cgit v1.2.3-54-g00ecf