@@ -18,6 +18,16 @@ SRCREV = "866ca972d6c3cabeaf6dbac431e8e08bb30b3c8e"
SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master \
file://CVE-2025-24857.patch \
+ file://CVE-2024-57254.patch \
+ file://CVE-2024-57255.patch \
+ file://CVE-2024-57256.patch \
+ file://CVE-2024-57257.patch \
+ file://CVE-2024-57258-1.patch \
+ file://CVE-2024-57258-2.patch \
+ file://CVE-2024-57258-3.patch \
+ file://CVE-2024-57259.patch \
+ file://CVE-2024-42040.patch \
+ file://CVE-2026-46728.patch \
"
S = "${WORKDIR}/git"
@@ -1,4 +1,2 @@
require u-boot-common.inc
require u-boot-tools.inc
-
-SRC_URI += "file://CVE-2026-46728.patch"
@@ -2,15 +2,3 @@ require u-boot-common.inc
require u-boot.inc
DEPENDS += "bc-native dtc-native python3-pyelftools-native"
-
-SRC_URI += "file://CVE-2024-57254.patch \
- file://CVE-2024-57255.patch \
- file://CVE-2024-57256.patch \
- file://CVE-2024-57257.patch \
- file://CVE-2024-57258-1.patch \
- file://CVE-2024-57258-2.patch \
- file://CVE-2024-57258-3.patch \
- file://CVE-2024-57259.patch \
- file://CVE-2024-42040.patch \
- file://CVE-2026-46728.patch \
-"