diff options
author | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-08-01 17:45:36 +1000 |
---|---|---|
committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-08-01 17:45:36 +1000 |
commit | acd7f28e7e608b0b4b7eb5c8f23a1e50ad783478 (patch) | |
tree | f2fee7ec4ad44bb2f76ee289c03b0b6c6269ae2e | |
parent | 505a3f93504e12085ad7b78d12c4eb21f67cda1f (diff) | |
download | meta-xilinx-acd7f28e7e608b0b4b7eb5c8f23a1e50ad783478.tar.gz |
layer.conf: Change layer priority to match other BSP layers
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 d6f07d3d..dc7dd969 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -7,4 +7,4 @@ 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 = "8" | 10 | BBFILE_PRIORITY_xilinx = "6" |