From 8c8e2a5dbb5cc5479ddcfda88bc0c5afb3af51a2 Mon Sep 17 00:00:00 2001 From: Frazer Carsley Date: Tue, 10 Feb 2026 17:12:42 +0000 Subject: [PATCH] arm-bsp/u-boot: Remove v2025.04 recipe Signed-off-by: Frazer Carsley Signed-off-by: Jon Mason --- meta-arm-bsp/recipes-bsp/u-boot/u-boot_2025.04.bb | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot_2025.04.bb 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 deleted file mode 100644 index aee5b42c..00000000 --- a/meta-arm-bsp/recipes-bsp/u-boot/u-boot_2025.04.bb +++ /dev/null @@ -1,7 +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 = "34820924edbc4ec7803eb89d9852f4b870fa760a" -SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master"