summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
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 /recipes-kernel
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>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-machine-common.inc6
1 files changed, 0 insertions, 6 deletions
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 "