From be267f61698d149ed2f65190f362fc556af1f54e Mon Sep 17 00:00:00 2001 From: Mikko Rapeli Date: Mon, 12 Sep 2022 10:32:17 +0300 Subject: 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) Signed-off-by: Mikko Rapeli Signed-off-by: Richard Purdie --- meta/recipes-bsp/u-boot/u-boot_2022.07.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-bsp/u-boot') 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 \ " -- cgit v1.2.3-54-g00ecf