Message ID | 20250604203423.2759460-1-ejo@pengutronix.de |
---|---|
State | New |
Headers | show |
Series | barebox: upgrade 2025.04.0 -> 2025.05.0 | expand |
Hello Enrico, On 6/4/25 22:34, Enrico Jörns wrote: > Changes in 2025.05.0 > -------------------- Unfortunately, this month's release (or rather a patch of mine included in it) broke decompression of FIT image contents. I'd suggest either including https://lore.kernel.org/barebox/20250604-fix-tmp-file-v1-1-96a1c1a8d636@pengutronix.de/T/#u or holding off the update until v2025.06.0 is released with the fix. I am looking into adding a regression test to barebox CI for this. Thanks, Ahmad > > * RPMB support added for eMMC, enabling AVB persistent value storage > * New commands: 'tree', 'truncate', 'varinfo' (variable inspection) > * Added board support: STM32MP1-based Linux Automation TAC, FairyTux 2, > Protonic MECT1S > * Unified Beaglebone build now produces MLO first‐stage image > * TLSF allocator becomes the default, replacing dlmalloc > * Various filesystem, CI, and driver cleanups and improvements > > Full Changelog: > https://lore.barebox.org/barebox/aC2N-bXXRByPYqiM@pengutronix.de/ > > Migration Guide: > https://barebox.org/doc/latest/migration-guides/migration-2025.05.0.html > > Signed-off-by: Enrico Jörns <ejo@pengutronix.de> > --- > meta/recipes-bsp/barebox/barebox-common.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta/recipes-bsp/barebox/barebox-common.inc b/meta/recipes-bsp/barebox/barebox-common.inc > index d6ea1eedfe..616da2a4ee 100644 > --- a/meta/recipes-bsp/barebox/barebox-common.inc > +++ b/meta/recipes-bsp/barebox/barebox-common.inc > @@ -3,6 +3,6 @@ SECTION = "bootloaders" > > LIC_FILES_CHKSUM = "file://COPYING;md5=f5125d13e000b9ca1f0d3364286c4192" > > -PV = "2025.04.0" > +PV = "2025.05.0" > SRC_URI = "https://barebox.org/download/barebox-${PV}.tar.bz2" > -SRC_URI[sha256sum] = "3124f3c2b69d9ce0512b2d40fa17cace9c356f65f005a63da0474387b8839c41" > +SRC_URI[sha256sum] = "693f9aca90b282f6fb96024b70c06c9c57efe4eefe8e2298ef78eaa05c76fd5d"
diff --git a/meta/recipes-bsp/barebox/barebox-common.inc b/meta/recipes-bsp/barebox/barebox-common.inc index d6ea1eedfe..616da2a4ee 100644 --- a/meta/recipes-bsp/barebox/barebox-common.inc +++ b/meta/recipes-bsp/barebox/barebox-common.inc @@ -3,6 +3,6 @@ SECTION = "bootloaders" LIC_FILES_CHKSUM = "file://COPYING;md5=f5125d13e000b9ca1f0d3364286c4192" -PV = "2025.04.0" +PV = "2025.05.0" SRC_URI = "https://barebox.org/download/barebox-${PV}.tar.bz2" -SRC_URI[sha256sum] = "3124f3c2b69d9ce0512b2d40fa17cace9c356f65f005a63da0474387b8839c41" +SRC_URI[sha256sum] = "693f9aca90b282f6fb96024b70c06c9c57efe4eefe8e2298ef78eaa05c76fd5d"
Changes in 2025.05.0 -------------------- * RPMB support added for eMMC, enabling AVB persistent value storage * New commands: 'tree', 'truncate', 'varinfo' (variable inspection) * Added board support: STM32MP1-based Linux Automation TAC, FairyTux 2, Protonic MECT1S * Unified Beaglebone build now produces MLO first‐stage image * TLSF allocator becomes the default, replacing dlmalloc * Various filesystem, CI, and driver cleanups and improvements Full Changelog: https://lore.barebox.org/barebox/aC2N-bXXRByPYqiM@pengutronix.de/ Migration Guide: https://barebox.org/doc/latest/migration-guides/migration-2025.05.0.html Signed-off-by: Enrico Jörns <ejo@pengutronix.de> --- meta/recipes-bsp/barebox/barebox-common.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)