summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikko Rapeli <mikko.rapeli@linaro.org>2022-09-19 17:23:04 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-28 08:02:11 +0100
commitb3fd3f600d2630d0a3e4c01db5974fcb79bb6dd2 (patch)
treed592b049148719c31b85e27757589a351ce61ef9
parentae4ff6139ad3c6fc798399e633377be8a17de086 (diff)
downloadpoky-b3fd3f600d2630d0a3e4c01db5974fcb79bb6dd2.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. (From OE-Core rev: be96b384ce964ff14536d3bc40c89851a12dfb60) (From OE-Core rev: aa0e319fe07c0ac807a6963ac47fe5e70a0b6fff) Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit be267f61698d149ed2f65190f362fc556af1f54e) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-bsp/u-boot/u-boot_2022.01.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot_2022.01.bb b/meta/recipes-bsp/u-boot/u-boot_2022.01.bb
index 54033698be..c4cfcbca19 100644
--- a/meta/recipes-bsp/u-boot/u-boot_2022.01.bb
+++ b/meta/recipes-bsp/u-boot/u-boot_2022.01.bb
@@ -1,7 +1,7 @@
1require u-boot-common.inc 1require u-boot-common.inc
2require u-boot.inc 2require u-boot.inc
3 3
4SRC_URI:append = " file://0001-riscv32-Use-double-float-ABI-for-rv32.patch \ 4SRC_URI += " file://0001-riscv32-Use-double-float-ABI-for-rv32.patch \
5 file://0001-riscv-fix-build-with-binutils-2.38.patch \ 5 file://0001-riscv-fix-build-with-binutils-2.38.patch \
6 file://0001-i2c-fix-stack-buffer-overflow-vulnerability-in-i2c-m.patch \ 6 file://0001-i2c-fix-stack-buffer-overflow-vulnerability-in-i2c-m.patch \
7 file://0001-fs-squashfs-sqfs_read-Prevent-arbitrary-code-executi.patch \ 7 file://0001-fs-squashfs-sqfs_read-Prevent-arbitrary-code-executi.patch \