diff options
author | Cyril Chemparathy <cyril.chemparathy@xilinx.com> | 2016-04-12 17:30:27 -0700 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-04-13 21:34:50 +1000 |
commit | 21378a063e1e467298d51b55fd2559c07ac48b6e (patch) | |
tree | dfa888b5eb2e8ab48f53a372d1ef4368b9e9222b | |
parent | 150c913a07ca9688282e133328dc1cddff244e24 (diff) | |
download | meta-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.inc | 2 |
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 @@ | |||
1 | require recipes-bsp/u-boot/u-boot.inc | 1 | require recipes-bsp/u-boot/u-boot.inc |
2 | 2 | ||
3 | DEPENDS += "dtc-native" | ||
4 | |||
3 | XILINX_EXTENSION = "-xilinx" | 5 | XILINX_EXTENSION = "-xilinx" |
4 | 6 | ||
5 | UBRANCH ?= "master" | 7 | UBRANCH ?= "master" |