mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-19 12:49:03 +02:00
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:
parent
9ed7642ffd
commit
2ee7de26a5
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user