From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 30 Jun 2025 13:11:40 +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 1uWCQG-00CbGU-0f for lore@lore.pengutronix.de; Mon, 30 Jun 2025 13:11:40 +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 1uWCQF-0007Hg-QK; Mon, 30 Jun 2025 13:11:39 +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 1uWCQB-0007Gw-9h; Mon, 30 Jun 2025 13:11:35 +0200 Received: from dude04.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::ac]) 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 1uWCQB-0065mv-0O; Mon, 30 Jun 2025 13:11:35 +0200 Received: from rhi by dude04.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1uWCQB-006sxZ-0C; Mon, 30 Jun 2025 13:11:35 +0200 From: Roland Hieber To: distrokit@pengutronix.de Date: Mon, 30 Jun 2025 13:11:31 +0200 Message-Id: <20250630111132.1640822-1-rhi@pengutronix.de> X-Mailer: git-send-email 2.39.5 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [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: Ahmad Fatoum , Roland Hieber 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 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