From 916205dac9c2261fd5c4d76ac73f139fbfd03bdd Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Tue, 8 Apr 2025 08:03:33 -0300 Subject: u-boot: upgrade 2025.01 -> 2025.04 Upgrade to U-Boot 2025.04. While at it, pass the tag parameter in SRC_URI. (From OE-Core rev: 4a1671159ec05e9b013a7fd31f65d50302e657e0) Signed-off-by: Fabio Estevam Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-bsp/u-boot/u-boot-common.inc | 4 ++-- meta/recipes-bsp/u-boot/u-boot-tools_2025.01.bb | 2 -- meta/recipes-bsp/u-boot/u-boot-tools_2025.04.bb | 2 ++ meta/recipes-bsp/u-boot/u-boot_2025.01.bb | 4 ---- meta/recipes-bsp/u-boot/u-boot_2025.04.bb | 4 ++++ 5 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 meta/recipes-bsp/u-boot/u-boot-tools_2025.01.bb create mode 100644 meta/recipes-bsp/u-boot/u-boot-tools_2025.04.bb delete mode 100644 meta/recipes-bsp/u-boot/u-boot_2025.01.bb create mode 100644 meta/recipes-bsp/u-boot/u-boot_2025.04.bb diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc index fc860248ed..fd1eab5cdd 100644 --- a/meta/recipes-bsp/u-boot/u-boot-common.inc +++ b/meta/recipes-bsp/u-boot/u-boot-common.inc @@ -12,9 +12,9 @@ PE = "1" # We use the revision in order to avoid having to fetch it from the # repo during parse -SRCREV = "6d41f0a39d6423c8e57e92ebbe9f8c0333a63f72" +SRCREV = "34820924edbc4ec7803eb89d9852f4b870fa760a" -SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master" +SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master;tag=v${PV}" S = "${WORKDIR}/git" B = "${WORKDIR}/build" diff --git a/meta/recipes-bsp/u-boot/u-boot-tools_2025.01.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2025.01.bb deleted file mode 100644 index 7eaf721ca8..0000000000 --- a/meta/recipes-bsp/u-boot/u-boot-tools_2025.01.bb +++ /dev/null @@ -1,2 +0,0 @@ -require u-boot-common.inc -require u-boot-tools.inc diff --git a/meta/recipes-bsp/u-boot/u-boot-tools_2025.04.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2025.04.bb new file mode 100644 index 0000000000..7eaf721ca8 --- /dev/null +++ b/meta/recipes-bsp/u-boot/u-boot-tools_2025.04.bb @@ -0,0 +1,2 @@ +require u-boot-common.inc +require u-boot-tools.inc diff --git a/meta/recipes-bsp/u-boot/u-boot_2025.01.bb b/meta/recipes-bsp/u-boot/u-boot_2025.01.bb deleted file mode 100644 index db8b2d58b4..0000000000 --- a/meta/recipes-bsp/u-boot/u-boot_2025.01.bb +++ /dev/null @@ -1,4 +0,0 @@ -require u-boot-common.inc -require u-boot.inc - -DEPENDS += "bc-native dtc-native gnutls-native python3-pyelftools-native" diff --git a/meta/recipes-bsp/u-boot/u-boot_2025.04.bb b/meta/recipes-bsp/u-boot/u-boot_2025.04.bb new file mode 100644 index 0000000000..db8b2d58b4 --- /dev/null +++ b/meta/recipes-bsp/u-boot/u-boot_2025.04.bb @@ -0,0 +1,4 @@ +require u-boot-common.inc +require u-boot.inc + +DEPENDS += "bc-native dtc-native gnutls-native python3-pyelftools-native" -- cgit v1.2.3-54-g00ecf