DistroKit Mailinglist
 help / color / mirror / Atom feed
* [DistroKit] [PATCH 1/2] v7a: barebox: version bump 2025.06.0 -> 2025.06.1
@ 2025-06-30 11:11 Roland Hieber
  2025-06-30 11:11 ` [DistroKit] [PATCH 2/2] v7a: vexpress: harmonize barebox partition layout Roland Hieber
  0 siblings, 1 reply; 2+ messages in thread
From: Roland Hieber @ 2025-06-30 11:11 UTC (permalink / raw)
  To: distrokit; +Cc: Ahmad Fatoum, Roland Hieber

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 <a.fatoum@pengutronix.de>
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-06-30 11:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-30 11:11 [DistroKit] [PATCH 1/2] v7a: barebox: version bump 2025.06.0 -> 2025.06.1 Roland Hieber
2025-06-30 11:11 ` [DistroKit] [PATCH 2/2] v7a: vexpress: harmonize barebox partition layout Roland Hieber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox