From 21378a063e1e467298d51b55fd2559c07ac48b6e Mon Sep 17 00:00:00 2001 From: Cyril Chemparathy Date: Tue, 12 Apr 2016 17:30:27 -0700 Subject: u-boot-xlnx: Depends on native dtc Updates in upstream u-boot now require the device tree compiler for u-boot builds. Signed-off-by: Manjukumar Matha Signed-off-by: Nathan Rossi --- 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 3dd64357..78b331a5 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" -- cgit v1.2.3-54-g00ecf