diff options
author | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-07-08 16:46:11 +1000 |
---|---|---|
committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-10-27 17:58:44 +1000 |
commit | 6ab27db029e71d2cf32f77b790d70fc1b3d6ad89 (patch) | |
tree | a1e937b820495e0cefebc3a894bfa65b9255c958 | |
parent | ad44189328569608bb50f7c7fdcac1c7466ce893 (diff) | |
download | meta-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.inc | 2 |
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 |
18 | MACHINE_KCONFIG_prepend += "common/linux/${SOC_FAMILY}/defconfig_${@'.'.join(d.getVar('LINUX_VERSION', True).split('.')[0:2]).strip('+')}.cfg " | 18 | MACHINE_KCONFIG_prepend += "common/linux/${SOC_FAMILY}/defconfig_${@'.'.join(d.getVar('LINUX_VERSION', True).split('.')[0:2]).strip('+')}.cfg " |
19 | 19 | ||
20 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree" | ||
21 | |||
20 | # Common Device Tree Includes | 22 | # Common Device Tree Includes |
21 | MACHINE_DEVICETREE_append_zynq += " \ | 23 | MACHINE_DEVICETREE_append_zynq += " \ |
22 | common/zynq7-base.dtsi \ | 24 | common/zynq7-base.dtsi \ |