From acd7f28e7e608b0b4b7eb5c8f23a1e50ad783478 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Thu, 1 Aug 2013 17:45:36 +1000 Subject: layer.conf: Change layer priority to match other BSP layers 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 d6f07d3d..dc7dd969 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -7,4 +7,4 @@ BBFILES += " ${LAYERDIR}/recipes-*/*/*.bbappend" BBFILE_COLLECTIONS += "xilinx" BBFILE_PATTERN_xilinx := "^${LAYERDIR}/" -BBFILE_PRIORITY_xilinx = "8" +BBFILE_PRIORITY_xilinx = "6" -- cgit v1.2.3-54-g00ecf