summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorMikko Rapeli <mikko.rapeli@linaro.org>2022-09-12 10:32:17 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-13 10:34:30 +0100
commitbe96b384ce964ff14536d3bc40c89851a12dfb60 (patch)
treed059b192bbc34f18254e8a1b87f3b9b0ba125216 /meta/recipes-bsp/u-boot
parentbf5968bce59d5e5c777407dba431be3aec012404 (diff)
downloadopenembedded-core-be96b384ce964ff14536d3bc40c89851a12dfb60.tar.gz
u-boot: switch from append to += in SRC_URI
+= allows custom layers to change the SRC_URI e.g. when updating the whole recipe to newer u-boot version. With :append, there is no way to change the variable from a bbappend. Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/u-boot')
-rw-r--r--meta/recipes-bsp/u-boot/u-boot_2022.07.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot_2022.07.bb b/meta/recipes-bsp/u-boot/u-boot_2022.07.bb
index 0d2464d74b..1ae575790c 100644
--- a/meta/recipes-bsp/u-boot/u-boot_2022.07.bb
+++ b/meta/recipes-bsp/u-boot/u-boot_2022.07.bb
@@ -1,7 +1,7 @@
require u-boot-common.inc
require u-boot.inc
-SRC_URI:append = " file://0001-riscv32-Use-double-float-ABI-for-rv32.patch \
+SRC_URI += " file://0001-riscv32-Use-double-float-ABI-for-rv32.patch \
file://0001-riscv-fix-build-with-binutils-2.38.patch \
"