mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-17 04:06:56 +00:00
92aac38577
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>
8 lines
181 B
Plaintext
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"
|