diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-06-26 15:52:27 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-06-26 17:48:06 +1000 |
| commit | 2e81ce70fdaca875a665f12690155db35c5de887 (patch) | |
| tree | d360db63bd9d68ff2775e3141b5d4631736be957 /conf/layer.conf | |
| parent | bd5773b10e482e551427b64fee902ca38846e5af (diff) | |
| download | meta-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.conf | 2 |
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" | |||
| 9 | BBFILE_PATTERN_xilinx := "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_xilinx := "^${LAYERDIR}/" |
| 10 | BBFILE_PRIORITY_xilinx = "8" | 10 | BBFILE_PRIORITY_xilinx = "8" |
| 11 | 11 | ||
| 12 | XILINX_LAYERDIR := "${LAYERDIR}" | ||
| 13 | XILINX_BOARDDIR := "${XILINX_LAYERDIR}/conf/machine/boards" | ||
