diff mbox series

[2/2] arm-bsp/u-boot: Remove u-boot recipe u-boot_2025.10.bb

Message ID 20260917112040.3877076-3-harsimransingh.tungal@arm.com
State New
Headers show
Series arm-bsp/u-boot: corstone1000: Upgrade to v2026.07 | expand

Commit Message

Harsimran Singh Tungal Sept. 17, 2026, 11:20 a.m. UTC
Remove the u-boot recipe u-boot_2025.10.bb as new u-boot version
2026.07 is available in core.

Signed-off-by: Alex Chapman <alex.chapman@arm.com>
Signed-off-by: Harsimran Singh Tungal <harsimransingh.tungal@arm.com>
---
 meta-arm-bsp/recipes-bsp/u-boot/u-boot_2025.10.bb | 12 ------------
 1 file changed, 12 deletions(-)
 delete mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot_2025.10.bb
diff mbox series

Patch

diff --git a/meta-arm-bsp/recipes-bsp/u-boot/u-boot_2025.10.bb b/meta-arm-bsp/recipes-bsp/u-boot/u-boot_2025.10.bb
deleted file mode 100644
index e9a7e52a..00000000
--- a/meta-arm-bsp/recipes-bsp/u-boot/u-boot_2025.10.bb
+++ /dev/null
@@ -1,12 +0,0 @@ 
-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 = "e50b1e8715011def8aff1588081a2649a2c6cd47"
-SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master"
-
-# u-boot/lib/rsa/rsa-sign.c uses the OpenSSL engine API, but this has been removed
-# from OpenSSL 4.  Upstream u-boot has been fixed but we can enable the stub engine
-# API in OpenSSL until this recipe is removed.
-BUILD_CFLAGS += "-DOPENSSL_ENGINE_STUBS"