Files
Paul Barker 92aac38577 Don't use RDEPENDS in recipes which don't create packages
RDEPENDS is fairly meaningless for recipes which don't create a package to be
installed into the rootfs. Instead we should be using DEPENDS to guarantee
correct ordering of build tasks.

Signed-off-by: Paul Barker <pbarker@toganlabs.com>
2018-04-23 14:08:04 +01:00

8 lines
181 B
Plaintext

FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot:"
SRC_URI_append_rpi = " \
file://0002-rpi_0_w-Add-configs-consistent-with-RpI3.patch \
"
DEPENDS_append_rpi = " rpi-u-boot-scr"