u-boot-rockchip: add DEPENDS for dtc

The recent "recipe-specific sysroot" change in openembedded-core has caused
the build to be more strict about what tools can be used from the host. As
such it's probably best to use the generated dtc for u-boot.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
This commit is contained in:
Trevor Woerner 2017-03-15 10:00:41 -04:00
parent 9ed7642ffd
commit 2ee7de26a5

View File

@ -9,6 +9,8 @@ LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
COMPATIBLE_MACHINE = "(firefly-rk3288)"
DEPENDS = "dtc-native"
SRC_URI = "git://github.com/rockchip-linux/u-boot.git;branch=release;"
SRCREV = "${AUTOREV}"
S = "${WORKDIR}/git"