summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2014-04-30 16:42:00 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2014-04-30 16:42:00 +1000
commit869cba51d3db7909077ad0f066b784ebfd3b092d (patch)
tree45351905cdb61c8cc678eefaa31716496b030e27
parent5a855ebf003e2f582634a7c46320e7c9745a7c14 (diff)
downloadmeta-xilinx-869cba51d3db7909077ad0f066b784ebfd3b092d.tar.gz
machine-xilinx-default.inc: Move base dts includes
* Move the base dts includes into the machine-xilinx-default.inc, removing the definition from the kernel recipes. This is to bring the device tree configuration inline with the kernel configuration variables. * Fix the name of the dtsi, using the expected file paths which machine the naming convention. Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
-rw-r--r--conf/machine/include/machine-xilinx-default.inc6
-rw-r--r--recipes-kernel/linux/linux-machine-common.inc6
2 files changed, 6 insertions, 6 deletions
diff --git a/conf/machine/include/machine-xilinx-default.inc b/conf/machine/include/machine-xilinx-default.inc
index c510ce1d..4d5d977d 100644
--- a/conf/machine/include/machine-xilinx-default.inc
+++ b/conf/machine/include/machine-xilinx-default.inc
@@ -16,3 +16,9 @@ PREFERRED_VERSION_u-boot-xlnx ?= "v2013.01%"
16 16
17# Architecture specific kernel configuration parts, defconfigs for Xilinx architectures 17# Architecture specific kernel configuration parts, defconfigs for Xilinx architectures
18MACHINE_KCONFIG_prepend += "common/linux/${SOC_FAMILY}/defconfig_${@'.'.join(d.getVar('LINUX_VERSION', True).split('.')[0:2]).strip('+')}.cfg " 18MACHINE_KCONFIG_prepend += "common/linux/${SOC_FAMILY}/defconfig_${@'.'.join(d.getVar('LINUX_VERSION', True).split('.')[0:2]).strip('+')}.cfg "
19
20# Common Device Tree Includes
21MACHINE_DEVICETREE_append_zynq += " \
22 common/zynq7-base.dtsi \
23 common/zynq7-mainline-gem.dtsi \
24 "
diff --git a/recipes-kernel/linux/linux-machine-common.inc b/recipes-kernel/linux/linux-machine-common.inc
index 2b76cdee..0f79e1bb 100644
--- a/recipes-kernel/linux/linux-machine-common.inc
+++ b/recipes-kernel/linux/linux-machine-common.inc
@@ -3,9 +3,3 @@ require linux-machine-config.inc
3 3
4# MicroBlaze is a uImage target, but its not called 'uImage' 4# MicroBlaze is a uImage target, but its not called 'uImage'
5DEPENDS_append_microblaze += "u-boot-mkimage-native" 5DEPENDS_append_microblaze += "u-boot-mkimage-native"
6
7# Common Device Tree Includes
8MACHINE_DEVICETREE_append_zynq += " \
9 common/zynq-7-base.dtsi \
10 common/zynq-7-mainline-gem.dtsi \
11 "