From patchwork Mon Nov 24 22:49:26 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Enrico_J=C3=B6rns?= X-Patchwork-Id: 75319 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7EF45CFD366 for ; Mon, 24 Nov 2025 22:54:04 +0000 (UTC) Received: from metis.whiteo.stw.pengutronix.de (metis.whiteo.stw.pengutronix.de [185.203.201.7]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.4592.1764024841207100632 for ; Mon, 24 Nov 2025 14:54:02 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: pengutronix.de, ip: 185.203.201.7, mailfrom: ejo@pengutronix.de) Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1vNfRX-0001Tx-26; Mon, 24 Nov 2025 23:53:59 +0100 Received: from dude06.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::5c]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vNfRW-002Gkt-0Y; Mon, 24 Nov 2025 23:53:58 +0100 Received: from ejo by dude06.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1vNfRW-0000000GPuq-0Ts2; Mon, 24 Nov 2025 23:53:58 +0100 From: =?utf-8?q?Enrico_J=C3=B6rns?= To: openembedded-core@lists.openembedded.org Cc: yocto@pengutronix.de Subject: [PATCH] barebox: upgrade 2025.09.0 -> 2025.11.0 Date: Mon, 24 Nov 2025 23:49:26 +0100 Message-ID: <20251124225318.3912697-1-ejo@pengutronix.de> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: ejo@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: openembedded-core@lists.openembedded.org List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 24 Nov 2025 22:54:04 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/226748 Changes in 2025.11.0 -------------------- * New boards supported: i.MX93 FRDM, Enclustra Mercury+ SA2. * Stricter validation of network data in NFS client code. * Enhance 'parted' command: allows creating partitions up to the end of the device. * Various fixes and improvements. Release Notes: https://github.com/barebox/barebox/releases/tag/v2025.11.0 Changes in 2025.10.0 -------------------- * Added support for device mapper and dm-verity. Prepares for secure boot without the need for FIT images. * Added security policy support. Kconfig-level decision of operations allowed/forbidden in a specific security mode. * New boards supported: Samsung Galaxy S8, Samsung Galaxy S20 5G, Radxa Rock-5T and Protonic PRT8ML. * Various fixes and improvements. Release Notes: https://github.com/barebox/barebox/releases/tag/v2025.10.0 Signed-off-by: Enrico Jörns --- 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 e41d0858fd..0ad9166aa2 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.09.0" +PV = "2025.11.0" SRC_URI = "https://barebox.org/download/barebox-${PV}.tar.bz2" -SRC_URI[sha256sum] = "7df1aa47bb7bf1763a729137ac773e69a4052812af094475d739fc63a9295f0d" +SRC_URI[sha256sum] = "6a487eb975169ef4ecc912d3e1044fb9ee4aa164c21d4db960a384a60d0914f6"