diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2019-07-12 15:02:12 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-07-16 13:38:41 +0100 |
commit | 1c06e2b4172e15f75f832e2da0394a3f3f01af3c (patch) | |
tree | dad267585957c0a4e1d9e629427d7481fb4eaa24 | |
parent | 69da331154852f5d62d6cf7a69c4ddb34f5564d0 (diff) | |
download | meta-raspberrypi-1c06e2b4172e15f75f832e2da0394a3f3f01af3c.tar.gz |
u-boot: Use a temporary fork for RPi4 support
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | recipes-bsp/u-boot/u-boot_2019.07.bbappend | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2019.07.bbappend b/recipes-bsp/u-boot/u-boot_2019.07.bbappend new file mode 100644 index 0000000..6dfcc2c --- /dev/null +++ b/recipes-bsp/u-boot/u-boot_2019.07.bbappend | |||
@@ -0,0 +1,4 @@ | |||
1 | SRC_URI_raspberrypi4 = "git://github.com/balena-os/u-boot;branch=ag/rpi4" | ||
2 | SRCREV_raspberrypi4 = "62b6e39a53c56a9085aeab1b47b5cc6020fcdb6f" | ||
3 | SRC_URI_raspberrypi4-64 = "git://github.com/balena-os/u-boot;branch=ag/rpi4" | ||
4 | SRCREV_raspberrypi4-64 = "62b6e39a53c56a9085aeab1b47b5cc6020fcdb6f" | ||