mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-09-16 22:40:43 +00:00
This makes the defconfig more consistent with the RPi 3 and
CONFIG_OF_EMBED is needed to get the RPi firmware provided
DTB to function.
Recently removed by:
a50e19695f2cc655ef6248b77c8244519dbb468c u-boot: drop upstreamed patches in v2018.01
however this change missed the cutoff for v2018.01
Signed-off-by: Drew Moseley <drew.moseley@northern.tech>
8 lines
188 B
Plaintext
8 lines
188 B
Plaintext
FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot:"
|
|
|
|
SRC_URI_append_rpi = " \
|
|
file://0002-rpi_0_w-Add-configs-consistent-with-RpI3.patch \
|
|
"
|
|
|
|
RDEPENDS_${PN}_append_rpi = " rpi-u-boot-scr"
|