summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2013-08-01 17:45:02 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2013-08-01 17:45:02 +1000
commit505a3f93504e12085ad7b78d12c4eb21f67cda1f (patch)
tree4e99daa5ca0ad6d5081eda10711cda4cd7395de0 /conf/layer.conf
parentefc3f819107d88cf630ed521a217e337d042e998 (diff)
downloadmeta-xilinx-505a3f93504e12085ad7b78d12c4eb21f67cda1f.tar.gz
Refactored MACHINE_* usage
* Added 'conf/machine/boards' as a default FILESEXTRAPATH (for each available layer). * Change MACHINE_* to rely only on the path being relative to 'conf/machine/boards'. * Fixed up linux-xlnx.inc and linux-machine-common.inc to use 'MACHINE_*' for default files. * Fixed KERNEL_DEVICETREE setting such that the variable is valid before the base __anonymous function of linux-dtb.inc is executed. Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index ba976bad..d6f07d3d 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -8,6 +8,3 @@ BBFILES += " ${LAYERDIR}/recipes-*/*/*.bbappend"
8BBFILE_COLLECTIONS += "xilinx" 8BBFILE_COLLECTIONS += "xilinx"
9BBFILE_PATTERN_xilinx := "^${LAYERDIR}/" 9BBFILE_PATTERN_xilinx := "^${LAYERDIR}/"
10BBFILE_PRIORITY_xilinx = "8" 10BBFILE_PRIORITY_xilinx = "8"
11
12XILINX_LAYERDIR := "${LAYERDIR}"
13XILINX_BOARDDIR := "${XILINX_LAYERDIR}/conf/machine/boards"