diff mbox series

[2/2] arm-bsp/u-boot: add a U-Boot 2025.04 recipe for Corstone1000

Message ID 20250805094751.2542090-2-ross.burton@arm.com
State New
Headers show
Series [1/2] arm-bsp/u-boot: remove version 2023.07.02 | expand

Commit Message

Ross Burton Aug. 5, 2025, 9:47 a.m. UTC
Until Corstone1000 can be updated to use 2025.07, keep an older release
of u-boot in meta-arm-bsp for it to use.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-arm-bsp/recipes-bsp/u-boot/u-boot_2025.04.bb | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot_2025.04.bb
diff mbox series

Patch

diff --git a/meta-arm-bsp/recipes-bsp/u-boot/u-boot_2025.04.bb b/meta-arm-bsp/recipes-bsp/u-boot/u-boot_2025.04.bb
new file mode 100644
index 0000000000..aee5b42c16
--- /dev/null
+++ b/meta-arm-bsp/recipes-bsp/u-boot/u-boot_2025.04.bb
@@ -0,0 +1,7 @@ 
+require recipes-bsp/u-boot/u-boot-common.inc
+require recipes-bsp/u-boot/u-boot.inc
+
+DEPENDS += "bc-native dtc-native gnutls-native python3-pyelftools-native"
+
+SRCREV = "34820924edbc4ec7803eb89d9852f4b870fa760a"
+SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master"