[meta-xilinx] [PATCH] u-boot-xlnx: Depends on native dtc

Manjukumar Matha manjukumar.harthikote-matha at xilinx.com
Tue Apr 12 17:30:27 PDT 2016


From: Cyril Chemparathy <cyril.chemparathy at xilinx.com>

Updates in upstream u-boot now require the device tree compiler for
u-boot builds.

Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha at xilinx.com>
---
 recipes-bsp/u-boot/u-boot-xlnx.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-bsp/u-boot/u-boot-xlnx.inc b/recipes-bsp/u-boot/u-boot-xlnx.inc
index 3dd6435..78b331a 100644
--- a/recipes-bsp/u-boot/u-boot-xlnx.inc
+++ b/recipes-bsp/u-boot/u-boot-xlnx.inc
@@ -1,5 +1,7 @@
 require recipes-bsp/u-boot/u-boot.inc
 
+DEPENDS += "dtc-native"
+
 XILINX_EXTENSION = "-xilinx"
 
 UBRANCH ?= "master"
-- 
2.1.4




More information about the meta-xilinx mailing list