mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-16 15:56:57 +00:00
73980301cf
Not applicable on U-boot 2016.03 which is used in poky/morty and causes an build
error when KERNEL_IMAGETYPE = "uImage".
This reverts commit 031e26954b.
[Issue #43]
Signed-off-by: Mirza Krak <mirza.krak@gmail.com>
8 lines
320 B
Plaintext
8 lines
320 B
Plaintext
FILESEXTRAPATHS_prepend_rpi := "${THISDIR}/files:"
|
|
RDEPENDS_${PN}_append_rpi = " rpi-u-boot-scr"
|
|
SRC_URI_append_rpi = " \
|
|
file://0001-arm-add-save_boot_params-for-ARM1176.patch \
|
|
file://0002-rpi-passthrough-of-the-firmware-provided-FDT-blob.patch \
|
|
file://0003-Include-lowlevel_init.o-for-rpi2.patch \
|
|
"
|