diff mbox series

[1/3] barebox-tools: upgrade 2024.09.0 -> 2024.10.0

Message ID 20241125102227.1216656-1-ejo@pengutronix.de
State New
Headers show
Series [1/3] barebox-tools: upgrade 2024.09.0 -> 2024.10.0 | expand

Commit Message

Enrico Jörns Nov. 25, 2024, 10:22 a.m. UTC
Regular barebox release.

Changelog: https://lore.pengutronix.de/barebox/ZxIdBi3xLj0dHqzi@pengutronix.de/T/

Signed-off-by: Enrico Jörns <ejo@pengutronix.de>
---
 .../{barebox-tools_2024.09.0.bb => barebox-tools_2024.10.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-bsp/barebox/{barebox-tools_2024.09.0.bb => barebox-tools_2024.10.0.bb} (93%)

Comments

Alexander Kanavin Nov. 25, 2024, 10:39 a.m. UTC | #1
Already in master (but barebox is still at 2023.09):
https://git.yoctoproject.org/poky/commit/?id=10a2dd4d67d57e8f91a2814cd61371b6cab94044

See what I mean about not enforcing lockstep updates? :)

Alex

On Mon, 25 Nov 2024 at 11:23, Enrico Jörns <ejo@pengutronix.de> wrote:
>
> Regular barebox release.
>
> Changelog: https://lore.pengutronix.de/barebox/ZxIdBi3xLj0dHqzi@pengutronix.de/T/
>
> Signed-off-by: Enrico Jörns <ejo@pengutronix.de>
> ---
>  .../{barebox-tools_2024.09.0.bb => barebox-tools_2024.10.0.bb}  | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-bsp/barebox/{barebox-tools_2024.09.0.bb => barebox-tools_2024.10.0.bb} (93%)
>
> diff --git a/meta/recipes-bsp/barebox/barebox-tools_2024.09.0.bb b/meta/recipes-bsp/barebox/barebox-tools_2024.10.0.bb
> similarity index 93%
> rename from meta/recipes-bsp/barebox/barebox-tools_2024.09.0.bb
> rename to meta/recipes-bsp/barebox/barebox-tools_2024.10.0.bb
> index 13a308b3da..386656f7ad 100644
> --- a/meta/recipes-bsp/barebox/barebox-tools_2024.09.0.bb
> +++ b/meta/recipes-bsp/barebox/barebox-tools_2024.10.0.bb
> @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f5125d13e000b9ca1f0d3364286c4192"
>  DEPENDS = "bison-native flex-native libusb1"
>
>  SRC_URI = "https://barebox.org/download/barebox-${PV}.tar.bz2"
> -SRC_URI[sha256sum] = "4d4ea7e232aeba2b3cb9ccf0dbf8cd8e01c65b6c615f64c3bd0c4f24f23a47da"
> +SRC_URI[sha256sum] = "955b20bfa7358732d2c0c09ccfd4c1a69087b7e2c610b16dee7442d71a5af88d"
>
>  S = "${WORKDIR}/barebox-${PV}"
>  B = "${WORKDIR}/build"
> --
> 2.39.5
>
Enrico Jörns Nov. 25, 2024, 11:07 a.m. UTC | #2
Am Montag, dem 25.11.2024 um 11:39 +0100 schrieb Alexander Kanavin:
> Already in master (but barebox is still at 2023.09):
> https://git.yoctoproject.org/poky/commit/?id=10a2dd4d67d57e8f91a2814cd61371b6cab94044
> 
> See what I mean about not enforcing lockstep updates? :)

Oh, I just looked at the Mails and did not notice a new barebox patch there and the other had a
comment that made me assume it won't get merged. Seems my assumption was wrong. 
Alexander Kanavin Nov. 25, 2024, 11:47 a.m. UTC | #3
On Mon, 25 Nov 2024 at 12:07, Enrico Jörns <ejo@pengutronix.de> wrote:
> > Already in master (but barebox is still at 2023.09):
> > https://git.yoctoproject.org/poky/commit/?id=10a2dd4d67d57e8f91a2814cd61371b6cab94044
> >
> > See what I mean about not enforcing lockstep updates? :)
>
> Oh, I just looked at the Mails and did not notice a new barebox patch there and the other had a
> comment that made me assume it won't get merged. Seems my assumption was wrong. 
diff mbox series

Patch

diff --git a/meta/recipes-bsp/barebox/barebox-tools_2024.09.0.bb b/meta/recipes-bsp/barebox/barebox-tools_2024.10.0.bb
similarity index 93%
rename from meta/recipes-bsp/barebox/barebox-tools_2024.09.0.bb
rename to meta/recipes-bsp/barebox/barebox-tools_2024.10.0.bb
index 13a308b3da..386656f7ad 100644
--- a/meta/recipes-bsp/barebox/barebox-tools_2024.09.0.bb
+++ b/meta/recipes-bsp/barebox/barebox-tools_2024.10.0.bb
@@ -8,7 +8,7 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=f5125d13e000b9ca1f0d3364286c4192"
 DEPENDS = "bison-native flex-native libusb1"
 
 SRC_URI = "https://barebox.org/download/barebox-${PV}.tar.bz2"
-SRC_URI[sha256sum] = "4d4ea7e232aeba2b3cb9ccf0dbf8cd8e01c65b6c615f64c3bd0c4f24f23a47da"
+SRC_URI[sha256sum] = "955b20bfa7358732d2c0c09ccfd4c1a69087b7e2c610b16dee7442d71a5af88d"
 
 S = "${WORKDIR}/barebox-${PV}"
 B = "${WORKDIR}/build"