summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyril Chemparathy <cyril.chemparathy@xilinx.com>2016-04-12 17:30:27 -0700
committerNathan Rossi <nathan@nathanrossi.com>2016-04-13 21:34:50 +1000
commit21378a063e1e467298d51b55fd2559c07ac48b6e (patch)
treedfa888b5eb2e8ab48f53a372d1ef4368b9e9222b
parent150c913a07ca9688282e133328dc1cddff244e24 (diff)
downloadmeta-xilinx-21378a063e1e467298d51b55fd2559c07ac48b6e.tar.gz
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 <manjukumar.harthikote-matha@xilinx.com> Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r--recipes-bsp/u-boot/u-boot-xlnx.inc2
1 files changed, 2 insertions, 0 deletions
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 @@
1require recipes-bsp/u-boot/u-boot.inc 1require recipes-bsp/u-boot/u-boot.inc
2 2
3DEPENDS += "dtc-native"
4
3XILINX_EXTENSION = "-xilinx" 5XILINX_EXTENSION = "-xilinx"
4 6
5UBRANCH ?= "master" 7UBRANCH ?= "master"