mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-09-26 17:16:08 +00:00
u-boot v2017.07 was not able to boot a Linux kernel or handle keyboard input. This is fixed by reverting a config change to re-enable CONFIG_OF_EMBED and backporting another config change to enable CONFIG_DM_KEYBOARD. Signed-off-by: Paul Barker <pbarker@toganlabs.com>
9 lines
246 B
Plaintext
9 lines
246 B
Plaintext
FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot:"
|
|
|
|
SRC_URI_append_rpi = " \
|
|
file://0001-Revert-dm-arm-rpi-Drop-CONFIG_OF_EMBED.patch \
|
|
file://0002-rpi-Enable-USB-keyboard-support.patch \
|
|
"
|
|
|
|
RDEPENDS_${PN}_append_rpi = " rpi-u-boot-scr"
|