From f7950986a45d9c95d91ecebe00405c0e65c83a53 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Enrico=20J=C3=B6rns?= Date: Tue, 28 Oct 2025 08:32:48 +0100 Subject: [PATCH] barebox: upgrade 2025.08.0 -> 2025.09.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- 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 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" -- 2.47.3