From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 23 Jun 2025 11:23:49 +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 1uTdP3-00ADb1-1K for lore@lore.pengutronix.de; Mon, 23 Jun 2025 11:23:49 +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 1uTdP2-000524-P9; Mon, 23 Jun 2025 11:23:48 +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 1uTdOx-00051q-1e; Mon, 23 Jun 2025 11:23:43 +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 1uTdOw-004vKj-2n; Mon, 23 Jun 2025 11:23:42 +0200 Received: from rhi by dude04.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1uTdOw-00EPxj-2c; Mon, 23 Jun 2025 11:23:42 +0200 From: Roland Hieber To: distrokit@pengutronix.de Date: Mon, 23 Jun 2025 11:23:38 +0200 Message-Id: <20250623092338.3436147-1-rhi@pengutronix.de> X-Mailer: git-send-email 2.39.5 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [DistroKit] [PATCH] v7a: barebox: version bump 2025.05.0 -> 2025.06.0 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: 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 commit 9c3afd5083a3 (included in v2025.06.0) fixes an error message with the OMAP RNG on Beaglebone: ERROR: omap_rng 48310000.rng@0.of: initialization failed. ERROR: omap_rng 48310000.rng@0.of: initialization failed. ERROR: omap_rng 48310000.rng@0.of: probe failed: Device or resource busy Bump the version number, run oldconfig with defaults, and update the remaining platform-specific bareboxes as well. Link: https://git.pengutronix.de/cgit/barebox/commit/?id=9c3afd5083a3 Signed-off-by: Roland Hieber --- configs/platform-v7a/barebox-am335x-mlo.config | 2 +- configs/platform-v7a/barebox-at91.config | 2 +- configs/platform-v7a/barebox-at91.config.diff | 4 ++-- configs/platform-v7a/barebox-common.config | 4 ++-- configs/platform-v7a/barebox.config | 4 ++-- configs/platform-v7a/platformconfig | 8 ++++---- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/configs/platform-v7a/barebox-am335x-mlo.config b/configs/platform-v7a/barebox-am335x-mlo.config index 44dbadc08599..7e71c0ba5838 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.05.0 Configuration +# Barebox/arm 2025.06.0 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 551357b674fd..eccb44d9517c 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.05.0 Configuration +# Barebox/arm 2025.06.0 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 31d2f1c3c7c0..162ed9f4791e 100644 --- a/configs/platform-v7a/barebox-at91.config.diff +++ b/configs/platform-v7a/barebox-at91.config.diff @@ -1,4 +1,4 @@ -3118a4e72c6ae44b00e041e7fbe80ad3 +0cb3165d3c2844da9a6d01e5407289ca CONFIG_ARCH_AT91=y # CONFIG_ARCH_BCM283X is not set # CONFIG_ARCH_IMX is undefined @@ -162,7 +162,7 @@ CONFIG_USB_GADGET_DUALSPEED=y # CONFIG_USB_HOST is not set # CONFIG_USB_HUB_USB251XB is undefined # CONFIG_USB_NET_AX88179_178A is undefined -# CONFIG_USB_ONBOARD_HUB is undefined +# CONFIG_USB_ONBOARD_DEV is undefined # CONFIG_USB_STORAGE is undefined # CONFIG_USB_ULPI is undefined # CONFIG_USB_XHCI is undefined diff --git a/configs/platform-v7a/barebox-common.config b/configs/platform-v7a/barebox-common.config index 51a2c8c8d37c..29a0dfbc2d98 100644 --- a/configs/platform-v7a/barebox-common.config +++ b/configs/platform-v7a/barebox-common.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Barebox/arm 2025.05.0 Configuration +# Barebox/arm 2025.06.0 Configuration # CONFIG_ARM=y CONFIG_ARCH_LINUX_NAME="arm" @@ -674,7 +674,7 @@ CONFIG_USB_STORAGE=y # USB Miscellaneous drivers # # CONFIG_USB_HUB_USB251XB is not set -# CONFIG_USB_ONBOARD_HUB is not set +# CONFIG_USB_ONBOARD_DEV is not set # CONFIG_TYPEC_TUSB320 is not set CONFIG_USB_GADGET=y CONFIG_USB_GADGET_AUTOSTART=y diff --git a/configs/platform-v7a/barebox.config b/configs/platform-v7a/barebox.config index 905311f98bbe..5420a6de68d2 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.05.0 Configuration +# Barebox/arm 2025.06.0 Configuration # CONFIG_ARM=y CONFIG_ARCH_LINUX_NAME="arm" @@ -920,7 +920,7 @@ CONFIG_USB_STORAGE=y # USB Miscellaneous drivers # # CONFIG_USB_HUB_USB251XB is not set -# CONFIG_USB_ONBOARD_HUB is not set +# CONFIG_USB_ONBOARD_DEV is not set # CONFIG_TYPEC_TUSB320 is not set CONFIG_USB_GADGET=y CONFIG_USB_GADGET_DUALSPEED=y diff --git a/configs/platform-v7a/platformconfig b/configs/platform-v7a/platformconfig index 914e16c38ae0..6517192acca6 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.05.0" -PTXCONF_BAREBOX_COMMON_MD5="22046ac9b06e570a51e945c633a2b24c" +PTXCONF_BAREBOX_COMMON_VERSION="2025.06.0" +PTXCONF_BAREBOX_COMMON_MD5="2b46a55d81cfae91c72511b15b7f5957" 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.05.0" +PTXCONF_BAREBOX_VERSION="2025.06.0" PTXCONF_BAREBOX_CONFIG_BUILDSYSTEM_VERSION=y PTXCONF_BAREBOX_BUILDSYSTEM_VERSION="${PTXDIST_VCS_VERSION}" -PTXCONF_BAREBOX_MD5="22046ac9b06e570a51e945c633a2b24c" +PTXCONF_BAREBOX_MD5="2b46a55d81cfae91c72511b15b7f5957" PTXCONF_BAREBOX_CONFIG="barebox.config" # PTXCONF_BAREBOX_FIRMWARE is not set PTXCONF_BAREBOX_EXTRA_ENV=y -- 2.39.5