From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 14 Jul 2025 18:26:43 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1ubM0p-00HSHE-0J for lore@lore.pengutronix.de; Mon, 14 Jul 2025 18:26:43 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1ubM0o-0004yK-Jo; Mon, 14 Jul 2025 18:26:42 +0200 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 1ubM0k-0004xE-84; Mon, 14 Jul 2025 18:26:38 +0200 Received: from pty.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::c5]) 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 1ubM0k-008RTH-0D; Mon, 14 Jul 2025 18:26:38 +0200 Received: from rsc by pty.whiteo.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1ubM0j-000CuU-39; Mon, 14 Jul 2025 18:26:37 +0200 Date: Mon, 14 Jul 2025 18:26:37 +0200 From: Robert Schwebel To: Roland Hieber Message-ID: References: <20250630111132.1640822-1-rhi@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250630111132.1640822-1-rhi@pengutronix.de> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [DistroKit] [PATCH 1/2] v7a: barebox: version bump 2025.06.0 -> 2025.06.1 X-BeenThere: distrokit@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: distrokit@pengutronix.de, Ahmad Fatoum Sender: "DistroKit" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: distrokit-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Applied series to next On Mon, Jun 30, 2025 at 01:11:31PM +0200, Roland Hieber wrote: > Barebox 2025.06.0 introduced a regression for creating files on FAT > partitions, which breaks environment handling on RPi 3 and Beaglebone. > This is fixed in 2025.06.1. > > Suggested-by: Ahmad Fatoum > Signed-off-by: Roland Hieber > --- > > Note: this applies on top of > "[PATCH v3] ptxdist: version bump 2025.05.0 -> 2025.06.0" > https://lore.distrokit.org/distrokit/20250627123252.1985354-1-rhi@pengutronix.de > > configs/platform-v7a/barebox-am335x-mlo.config | 2 +- > configs/platform-v7a/barebox-at91.config | 2 +- > configs/platform-v7a/barebox-at91.config.diff | 2 +- > configs/platform-v7a/barebox.config | 2 +- > configs/platform-v7a/platformconfig | 8 ++++---- > 5 files changed, 8 insertions(+), 8 deletions(-) > > diff --git a/configs/platform-v7a/barebox-am335x-mlo.config b/configs/platform-v7a/barebox-am335x-mlo.config > index 7e71c0ba5838..80c895567d7d 100644 > --- a/configs/platform-v7a/barebox-am335x-mlo.config > +++ b/configs/platform-v7a/barebox-am335x-mlo.config > @@ -1,6 +1,6 @@ > # > # Automatically generated file; DO NOT EDIT. > -# Barebox/arm 2025.06.0 Configuration > +# Barebox/arm 2025.06.1 Configuration > # > CONFIG_ARM=y > CONFIG_ARCH_LINUX_NAME="arm" > diff --git a/configs/platform-v7a/barebox-at91.config b/configs/platform-v7a/barebox-at91.config > index eccb44d9517c..fc854edb440f 100644 > --- a/configs/platform-v7a/barebox-at91.config > +++ b/configs/platform-v7a/barebox-at91.config > @@ -1,6 +1,6 @@ > # > # Automatically generated file; DO NOT EDIT. > -# Barebox/arm 2025.06.0 Configuration > +# Barebox/arm 2025.06.1 Configuration > # > CONFIG_ARM=y > CONFIG_ARCH_LINUX_NAME="arm" > diff --git a/configs/platform-v7a/barebox-at91.config.diff b/configs/platform-v7a/barebox-at91.config.diff > index cf3de80f23f2..16b5560fb14e 100644 > --- a/configs/platform-v7a/barebox-at91.config.diff > +++ b/configs/platform-v7a/barebox-at91.config.diff > @@ -1,5 +1,5 @@ > 0cb3165d3c2844da9a6d01e5407289ca > -b2da2644182531b3b6a4a2c9ec7ff908 > +a113ae91a19f37cefe79fbd73dc0e06f > CONFIG_ARCH_AT91=y > # CONFIG_ARCH_BCM283X is not set > # CONFIG_ARCH_IMX is undefined > diff --git a/configs/platform-v7a/barebox.config b/configs/platform-v7a/barebox.config > index 5420a6de68d2..b2b4b29643ca 100644 > --- a/configs/platform-v7a/barebox.config > +++ b/configs/platform-v7a/barebox.config > @@ -1,6 +1,6 @@ > # > # Automatically generated file; DO NOT EDIT. > -# Barebox/arm 2025.06.0 Configuration > +# Barebox/arm 2025.06.1 Configuration > # > CONFIG_ARM=y > CONFIG_ARCH_LINUX_NAME="arm" > diff --git a/configs/platform-v7a/platformconfig b/configs/platform-v7a/platformconfig > index e7b6a912859f..014300e86e42 100644 > --- a/configs/platform-v7a/platformconfig > +++ b/configs/platform-v7a/platformconfig > @@ -185,18 +185,18 @@ PTXCONF_AT91BOOTSTRAP2_MD5="ef321a80bf428bfd6cb642c96126ef6c" > PTXCONF_AT91BOOTSTRAP2_CONFIG="at91bootstrap-wifx-l1.config" > PTXCONF_BAREBOX_COMMON_ARCH_STRING="arm" > PTXCONF_BAREBOX_COMMON=y > -PTXCONF_BAREBOX_COMMON_VERSION="2025.06.0" > -PTXCONF_BAREBOX_COMMON_MD5="2b46a55d81cfae91c72511b15b7f5957" > +PTXCONF_BAREBOX_COMMON_VERSION="2025.06.1" > +PTXCONF_BAREBOX_COMMON_MD5="b2ba4b194894fb6c4848d260f4e849ff" > PTXCONF_BAREBOX_COMMON_NEEDS_HOST_LZOP=y > PTXCONF_BAREBOX_AM335X_MLO=y > PTXCONF_BAREBOX_AT91=y > PTXCONF_BAREBOX_ARCH_STRING="arm" > PTXCONF_BAREBOX_DEPENDENCIES=y > PTXCONF_BAREBOX=y > -PTXCONF_BAREBOX_VERSION="2025.06.0" > +PTXCONF_BAREBOX_VERSION="2025.06.1" > PTXCONF_BAREBOX_CONFIG_BUILDSYSTEM_VERSION=y > PTXCONF_BAREBOX_BUILDSYSTEM_VERSION="${PTXDIST_VCS_VERSION}" > -PTXCONF_BAREBOX_MD5="2b46a55d81cfae91c72511b15b7f5957" > +PTXCONF_BAREBOX_MD5="b2ba4b194894fb6c4848d260f4e849ff" > PTXCONF_BAREBOX_CONFIG="barebox.config" > # PTXCONF_BAREBOX_FIRMWARE is not set > PTXCONF_BAREBOX_EXTRA_ENV=y > -- > 2.39.5 > > > -- Pengutronix e.K. | Dipl.-Ing. Robert Schwebel | Steuerwalder Str. 21 | https://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-9 |