summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2026-01-21 12:46:40 -0500
committerPaul Barker <paul@pbarker.dev>2026-02-27 15:54:03 +0000
commit32554052786c96b46a929ad5f18eeae5538cede9 (patch)
treed16046ad34ba4f31d950162f1d15bef03ccaa134
parentfd88d8cc3582841b88eabde810a67e2826ab6ee4 (diff)
downloadpoky-32554052786c96b46a929ad5f18eeae5538cede9.tar.gz
u-boot: move CVE patch out of u-boot-common.inc
Commit f5b980ad added CVE-2024-42040.patch to the base U-Boot SRC_URI in u-boot-common.inc as opposed to adding it in the u-boot recipe where all the other patch additions are. This breaks at least one downstream BSP that reuses u-boot-common.inc (meta-sifive), so move that patch addition to the recipe file with all the others. (From OE-Core rev: 5db1bffe13ec881b7fa4ebf4ed30493e8714d7f2) Signed-off-by: Scott Murray <scott.murray@konsulko.com> Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Paul Barker <paul@pbarker.dev>
-rw-r--r--meta/recipes-bsp/u-boot/u-boot-common.inc4
-rw-r--r--meta/recipes-bsp/u-boot/u-boot_2022.01.bb1
2 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc
index 7a63420642..d366f10398 100644
--- a/meta/recipes-bsp/u-boot/u-boot-common.inc
+++ b/meta/recipes-bsp/u-boot/u-boot-common.inc
@@ -14,9 +14,7 @@ PE = "1"
14# repo during parse 14# repo during parse
15SRCREV = "d637294e264adfeb29f390dfc393106fd4d41b17" 15SRCREV = "d637294e264adfeb29f390dfc393106fd4d41b17"
16 16
17SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master \ 17SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master"
18 file://CVE-2024-42040.patch \
19"
20 18
21S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
22B = "${WORKDIR}/build" 20B = "${WORKDIR}/build"
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 0ff2477c39..f0ea3ef9e0 100644
--- a/meta/recipes-bsp/u-boot/u-boot_2022.01.bb
+++ b/meta/recipes-bsp/u-boot/u-boot_2022.01.bb
@@ -11,6 +11,7 @@ SRC_URI += " file://0001-riscv32-Use-double-float-ABI-for-rv32.patch \
11 file://CVE-2022-30790.patch \ 11 file://CVE-2022-30790.patch \
12 file://CVE-2022-2347_1.patch \ 12 file://CVE-2022-2347_1.patch \
13 file://CVE-2022-2347_2.patch \ 13 file://CVE-2022-2347_2.patch \
14 file://CVE-2024-42040.patch \
14 file://CVE-2024-57254.patch \ 15 file://CVE-2024-57254.patch \
15 file://CVE-2024-57255.patch \ 16 file://CVE-2024-57255.patch \
16 file://CVE-2024-57256.patch \ 17 file://CVE-2024-57256.patch \