meta-raspberrypi/recipes-bsp/u-boot/u-boot_%.bbappend
Paul Barker 94e2929f74 u-boot: Fix boot and keyboard for rpi devices
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>
2017-08-28 22:20:02 +01:00

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"