summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2013-06-26 15:52:27 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2013-06-26 17:48:06 +1000
commit2e81ce70fdaca875a665f12690155db35c5de887 (patch)
treed360db63bd9d68ff2775e3141b5d4631736be957 /conf/layer.conf
parentbd5773b10e482e551427b64fee902ca38846e5af (diff)
downloadmeta-xilinx-2e81ce70fdaca875a665f12690155db35c5de887.tar.gz
Rearranged location of board configuration files
* Moved qemu* device tree and kernel config to conf/machine/boards/qemu/ * Moved common dtsi and kernel config to conf/machine/boards/common/ * Added 'MACHINE_DEVICETREE' and 'MACHINE_KCONFIG' variables for linux-xlnx to allow machine configs to specify the exact device tree and config to use when building the kernel. Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 193230c0..ba976bad 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -9,3 +9,5 @@ BBFILE_COLLECTIONS += "xilinx"
9BBFILE_PATTERN_xilinx := "^${LAYERDIR}/" 9BBFILE_PATTERN_xilinx := "^${LAYERDIR}/"
10BBFILE_PRIORITY_xilinx = "8" 10BBFILE_PRIORITY_xilinx = "8"
11 11
12XILINX_LAYERDIR := "${LAYERDIR}"
13XILINX_BOARDDIR := "${XILINX_LAYERDIR}/conf/machine/boards"