mirror of
https://git.yoctoproject.org/poky
synced 2026-02-08 18:02:12 +01:00
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 be267f6169)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ae4ff6139a
commit
b3fd3f600d
@@ -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 \
|
||||
file://0001-i2c-fix-stack-buffer-overflow-vulnerability-in-i2c-m.patch \
|
||||
file://0001-fs-squashfs-sqfs_read-Prevent-arbitrary-code-executi.patch \
|
||||
|
||||
Reference in New Issue
Block a user