From 6ab27db029e71d2cf32f77b790d70fc1b3d6ad89 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Tue, 8 Jul 2014 16:46:11 +1000 Subject: 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 --- conf/machine/include/machine-xilinx-default.inc | 2 ++ 1 file changed, 2 insertions(+) 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%" # Architecture specific kernel configuration parts, defconfigs for Xilinx architectures MACHINE_KCONFIG_prepend += "common/linux/${SOC_FAMILY}/defconfig_${@'.'.join(d.getVar('LINUX_VERSION', True).split('.')[0:2]).strip('+')}.cfg " +MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree" + # Common Device Tree Includes MACHINE_DEVICETREE_append_zynq += " \ common/zynq7-base.dtsi \ -- cgit v1.2.3-54-g00ecf