From: Enrico Jörns Date: Tue, 28 Oct 2025 07:32:48 +0000 (+0100) Subject: barebox: upgrade 2025.08.0 -> 2025.09.0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f7950986a45d9c95d91ecebe00405c0e65c83a53;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git barebox: upgrade 2025.08.0 -> 2025.09.0 Changes in 2025.09.0 -------------------- * Added support for SoCFPGA Agilex5 and Rockchip RK3576 * Added structured I/O support for shell commands * Added support for booting signed Rockchip images * Support for adding device tree overlay (.dtbo) files to FIT images * New 'bfetch' eyecandy tool for displaying logo and system information (similar to 'neofetch') * Several other fixes and improvements Changelog: https://lore.barebox.org/barebox/aNugWfoJR_2AirEx@pengutronix.de/ Migration Guide: https://barebox.org/doc/latest/migration-guides/migration-2025.09.0.html Signed-off-by: Enrico Jörns Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-bsp/barebox/barebox-common.inc b/meta/recipes-bsp/barebox/barebox-common.inc index 864c6010c9..e41d0858fd 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.08.0" +PV = "2025.09.0" SRC_URI = "https://barebox.org/download/barebox-${PV}.tar.bz2" -SRC_URI[sha256sum] = "b32f141ee708e87cb0cc01d626adafc07bd6eb52d62ca969287d7d27462eab32" +SRC_URI[sha256sum] = "7df1aa47bb7bf1763a729137ac773e69a4052812af094475d739fc63a9295f0d"