summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2014-07-08 16:46:11 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2014-10-27 17:58:44 +1000
commit6ab27db029e71d2cf32f77b790d70fc1b3d6ad89 (patch)
treea1e937b820495e0cefebc3a894bfa65b9255c958
parentad44189328569608bb50f7c7fdcac1c7466ce893 (diff)
downloadmeta-xilinx-6ab27db029e71d2cf32f77b790d70fc1b3d6ad89.tar.gz
machine-xilinx-default.inc: Force dependence on device-tree
* Force the use of the device-tree recipe to generate the device tree blobs for the machines. Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
-rw-r--r--conf/machine/include/machine-xilinx-default.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/include/machine-xilinx-default.inc b/conf/machine/include/machine-xilinx-default.inc
index d9bea42b..e62e068d 100644
--- a/conf/machine/include/machine-xilinx-default.inc
+++ b/conf/machine/include/machine-xilinx-default.inc
@@ -17,6 +17,8 @@ PREFERRED_VERSION_u-boot-xlnx ?= "v2014.01%"
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 19
20MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree"
21
20# Common Device Tree Includes 22# Common Device Tree Includes
21MACHINE_DEVICETREE_append_zynq += " \ 23MACHINE_DEVICETREE_append_zynq += " \
22 common/zynq7-base.dtsi \ 24 common/zynq7-base.dtsi \