diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-08-01 17:45:02 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-08-01 17:45:02 +1000 |
| commit | 505a3f93504e12085ad7b78d12c4eb21f67cda1f (patch) | |
| tree | 4e99daa5ca0ad6d5081eda10711cda4cd7395de0 /conf/layer.conf | |
| parent | efc3f819107d88cf630ed521a217e337d042e998 (diff) | |
| download | meta-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.conf | 3 |
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" | |||
| 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 = "8" |
| 11 | |||
| 12 | XILINX_LAYERDIR := "${LAYERDIR}" | ||
| 13 | XILINX_BOARDDIR := "${XILINX_LAYERDIR}/conf/machine/boards" | ||
