summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2019-07-26 13:27:50 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2019-07-26 13:35:16 +0100
commitebd58e536f476b85831deffa727772d2c9911deb (patch)
tree17d4bced9220472133fe1a5d55f642c476912b7f
parentca13d79422280f2f5e725c559cfe56a96fa93269 (diff)
downloadmeta-raspberrypi-ag/w-fix.tar.gz
u-boot: Fix patches names in SRC_URIag/w-fix
This issue was introduced by b76252c98520b79e012495f8022f238f66c20b05 where the backported patches were not reflected in SRC_URI. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--recipes-bsp/u-boot/u-boot_2019.01.bbappend10
1 files changed, 4 insertions, 6 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2019.01.bbappend b/recipes-bsp/u-boot/u-boot_2019.01.bbappend
index 6dedb16..7cd8d66 100644
--- a/recipes-bsp/u-boot/u-boot_2019.01.bbappend
+++ b/recipes-bsp/u-boot/u-boot_2019.01.bbappend
@@ -3,12 +3,10 @@ UBOOT_RPI4_SUPPORT_PATCHES = " \
3 file://0001-configs-rpi4-Add-defconfigs-for-rpi4-32-64.patch \ 3 file://0001-configs-rpi4-Add-defconfigs-for-rpi4-32-64.patch \
4 file://0002-ARM-bcm283x-Add-BCM283x_BASE-define.patch \ 4 file://0002-ARM-bcm283x-Add-BCM283x_BASE-define.patch \
5 file://0003-arm-mach-bcm283x-Define-configs-for-RaspberryPi-4.patch \ 5 file://0003-arm-mach-bcm283x-Define-configs-for-RaspberryPi-4.patch \
6 file://0004-rpi-Add-rpi_model-entry-for-RaspberryPi-4.patch \ 6 file://0004-rpi-Add-entry-for-Raspberry-Pi-4-model-B.patch \
7 file://0005-dt-bindings-Define-BCM2838_CLOCK_EMMC2-needed-for-Ra.patch \ 7 file://0005-arm-bcm283x-Include-definition-for-additional-emmc-c.patch \
8 file://0006-arm-bcm283x-Include-definition-for-additional-emmc-c.patch \ 8 file://0006-mmc-bcm2835_sdhci-Add-support-for-bcm2711-device.patch \
9 file://0007-mmc-bcm2835_sdhci-Add-support-for-bcm2711-device.patch \ 9 file://0007-rpi-Add-memory-map-for-bcm2838.patch \
10 file://0008-rpi-Add-memory-map-for-bcm2838.patch \
11 file://0009-bcm283x-mbox-Correctly-wait-for-space-to-send.patch \
12" 10"
13 11
14SRC_URI_append_raspberrypi4 = "${UBOOT_RPI4_SUPPORT_PATCHES}" 12SRC_URI_append_raspberrypi4 = "${UBOOT_RPI4_SUPPORT_PATCHES}"