DistroKit Mailinglist
 help / color / mirror / Atom feed
From: Roland Hieber <rhi@pengutronix.de>
To: distrokit@pengutronix.de
Cc: Roland Hieber <rhi@pengutronix.de>,
	Fabian Pflug <f.pflug@pengutronix.de>
Subject: [DistroKit] [PATCH v3] ptxdist: version bump 2025.05.0 -> 2025.06.0
Date: Fri, 27 Jun 2025 14:32:53 +0200	[thread overview]
Message-ID: <20250627123252.1985354-1-rhi@pengutronix.de> (raw)
In-Reply-To: <20250625131713.214840-1-rhi@pengutronix.de>

From: Fabian Pflug <f.pflug@pengutronix.de>

There is an SSHD error in ptxdist before 2025.06, where the ssh-auth binary is
missing, which leads to no ssh logins possible.

for p in configs/platform-*; do
	echo $p;
	ptxdist platform $p/platformconfig;
	ptxdist-2025.06.0 migrate;
done

Signed-off-by: Fabian Pflug <f.pflug@pengutronix.de>
[rhi: run 'scripts/p-all oldconfig all' for all other non-v7a platforms]
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
This includes Fabian's original and my fixup patch.

 configs/platform-mips/barebox-malta.config.diff      |  1 +
 configs/platform-mips/kernelconfig-ar9331.diff       |  1 +
 configs/platform-mips/kernelconfig-malta.diff        |  1 +
 configs/platform-mips/platformconfig                 |  4 ++--
 configs/platform-mipsel/barebox-malta.config.diff    |  1 +
 configs/platform-mipsel/kernelconfig-malta.diff      |  1 +
 configs/platform-mipsel/platformconfig               |  4 ++--
 configs/platform-rpi1/platformconfig                 |  4 ++--
 configs/platform-v7a/platformconfig                  |  4 ++--
 configs/platform-v7a_noneon/barebox-at91.config.diff |  1 +
 .../platform-v7a_noneon/barebox-vexpress.config.diff |  1 +
 configs/platform-v7a_noneon/platformconfig           |  4 ++--
 configs/platform-v8a/platformconfig                  |  4 ++--
 configs/platform-x86_64/platformconfig               |  4 ++--
 configs/ptxconfig                                    | 12 +++++++++---
 15 files changed, 30 insertions(+), 17 deletions(-)

diff --git a/configs/platform-mips/barebox-malta.config.diff b/configs/platform-mips/barebox-malta.config.diff
index 687dbaf05f87..3344913dc2b6 100644
--- a/configs/platform-mips/barebox-malta.config.diff
+++ b/configs/platform-mips/barebox-malta.config.diff
@@ -1,4 +1,5 @@
 56c8bdde9f772e6da0ade7950dae7293
+253d1b0b4ed4b9ea19742984c02607ce
 # CONFIG_AT803X_PHY is not set
 CONFIG_BAREBOX_MAX_IMAGE_SIZE=0x400000
 CONFIG_BAUDRATE=38400
diff --git a/configs/platform-mips/kernelconfig-ar9331.diff b/configs/platform-mips/kernelconfig-ar9331.diff
index 12a0224e9844..8e08b15a2517 100644
--- a/configs/platform-mips/kernelconfig-ar9331.diff
+++ b/configs/platform-mips/kernelconfig-ar9331.diff
@@ -1,4 +1,5 @@
 ea4829d5ac8a0aa3ee33fc132702ae88
+1835ca486637a6ceda66acc8babfb66d
 # CONFIG_ACORN_PARTITION is undefined
 # CONFIG_AIX_PARTITION is undefined
 # CONFIG_AMIGA_PARTITION is undefined
diff --git a/configs/platform-mips/kernelconfig-malta.diff b/configs/platform-mips/kernelconfig-malta.diff
index c9c590c230d8..eda00b6f031b 100644
--- a/configs/platform-mips/kernelconfig-malta.diff
+++ b/configs/platform-mips/kernelconfig-malta.diff
@@ -1,4 +1,5 @@
 ea4829d5ac8a0aa3ee33fc132702ae88
+711bd071b76b13f49ab059fcecd92664
 # CONFIG_8139CP is not set
 # CONFIG_8139TOO is not set
 # CONFIG_ACENIC is not set
diff --git a/configs/platform-mips/platformconfig b/configs/platform-mips/platformconfig
index 638c37febd29..41bcb7b31019 100644
--- a/configs/platform-mips/platformconfig
+++ b/configs/platform-mips/platformconfig
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# PTXdist 2025.05.0
+# PTXdist 2025.06.0
 #
 PTXCONF__platformconfig_MAGIC__=y
 
@@ -20,7 +20,7 @@ PTXCONF_PLATFORM_VERSION="-${PTXDIST_BSP_AUTOVERSION}"
 PTXCONF_RUNTIME=y
 PTXCONF_BUILDTIME=y
 PTXCONF_VIRTUAL=y
-PTXCONF_PLATFORMCONFIG_VERSION="2025.05.0"
+PTXCONF_PLATFORMCONFIG_VERSION="2025.06.0"
 
 #
 # architecture                  
diff --git a/configs/platform-mipsel/barebox-malta.config.diff b/configs/platform-mipsel/barebox-malta.config.diff
index 8102eff095d0..dcb4c1695c3a 100644
--- a/configs/platform-mipsel/barebox-malta.config.diff
+++ b/configs/platform-mipsel/barebox-malta.config.diff
@@ -1,4 +1,5 @@
 384c9ac30abd9c9b72e1ea5249e85625
+b1e87710fdc9878810d52ebf04b16110
 # CONFIG_AT803X_PHY is not set
 CONFIG_BAREBOX_MAX_IMAGE_SIZE=0x400000
 CONFIG_BAUDRATE=38400
diff --git a/configs/platform-mipsel/kernelconfig-malta.diff b/configs/platform-mipsel/kernelconfig-malta.diff
index 3cb623cc0282..975e06f3bc82 100644
--- a/configs/platform-mipsel/kernelconfig-malta.diff
+++ b/configs/platform-mipsel/kernelconfig-malta.diff
@@ -1,4 +1,5 @@
 cd23350593e3e06a524069f6394f74d2
+3e47f9c486a5b00272dbaedab1ccd114
 # CONFIG_ACORN_PARTITION is undefined
 # CONFIG_AHCI_CEVA is not set
 # CONFIG_AHCI_DWC is not set
diff --git a/configs/platform-mipsel/platformconfig b/configs/platform-mipsel/platformconfig
index e1b9093541d9..c0b254f50889 100644
--- a/configs/platform-mipsel/platformconfig
+++ b/configs/platform-mipsel/platformconfig
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# PTXdist 2025.05.0
+# PTXdist 2025.06.0
 #
 PTXCONF__platformconfig_MAGIC__=y
 
@@ -20,7 +20,7 @@ PTXCONF_PLATFORM_VERSION="-${PTXDIST_BSP_AUTOVERSION}"
 PTXCONF_RUNTIME=y
 PTXCONF_BUILDTIME=y
 PTXCONF_VIRTUAL=y
-PTXCONF_PLATFORMCONFIG_VERSION="2025.05.0"
+PTXCONF_PLATFORMCONFIG_VERSION="2025.06.0"
 
 #
 # architecture                  
diff --git a/configs/platform-rpi1/platformconfig b/configs/platform-rpi1/platformconfig
index b8d6c1d9eb74..45b96b3d346f 100644
--- a/configs/platform-rpi1/platformconfig
+++ b/configs/platform-rpi1/platformconfig
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# PTXdist 2025.05.0
+# PTXdist 2025.06.0
 #
 PTXCONF__platformconfig_MAGIC__=y
 
@@ -20,7 +20,7 @@ PTXCONF_PLATFORM_VERSION="-${PTXDIST_BSP_AUTOVERSION}"
 PTXCONF_RUNTIME=y
 PTXCONF_BUILDTIME=y
 PTXCONF_VIRTUAL=y
-PTXCONF_PLATFORMCONFIG_VERSION="2025.05.0"
+PTXCONF_PLATFORMCONFIG_VERSION="2025.06.0"
 
 #
 # architecture                  
diff --git a/configs/platform-v7a/platformconfig b/configs/platform-v7a/platformconfig
index 914e16c38ae0..7a2391e2a9e6 100644
--- a/configs/platform-v7a/platformconfig
+++ b/configs/platform-v7a/platformconfig
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# PTXdist 2025.05.0
+# PTXdist 2025.06.0
 #
 PTXCONF__platformconfig_MAGIC__=y
 
@@ -22,7 +22,7 @@ PTXCONF_BUILDTIME=y
 PTXCONF_VIRTUAL=y
 PTXCONF_VIRTUAL_HOST_TOOLS=y
 PTXCONF_VIRTUAL_AUTOGEN_TOOLS=y
-PTXCONF_PLATFORMCONFIG_VERSION="2025.05.0"
+PTXCONF_PLATFORMCONFIG_VERSION="2025.06.0"
 
 #
 # architecture                  
diff --git a/configs/platform-v7a_noneon/barebox-at91.config.diff b/configs/platform-v7a_noneon/barebox-at91.config.diff
index c233eb922216..85d5349a7705 100644
--- a/configs/platform-v7a_noneon/barebox-at91.config.diff
+++ b/configs/platform-v7a_noneon/barebox-at91.config.diff
@@ -1,4 +1,5 @@
 6f44517b962a1e868fa0f03b89d5c450
+9c961b64873047307df764511e587103
 CONFIG_ARCH_AT91=y
 # CONFIG_ARCH_BCM283X is not set
 # CONFIG_ARCH_IMX is undefined
diff --git a/configs/platform-v7a_noneon/barebox-vexpress.config.diff b/configs/platform-v7a_noneon/barebox-vexpress.config.diff
index f0dac1c51459..e2a5942a5aba 100644
--- a/configs/platform-v7a_noneon/barebox-vexpress.config.diff
+++ b/configs/platform-v7a_noneon/barebox-vexpress.config.diff
@@ -1,4 +1,5 @@
 6f44517b962a1e868fa0f03b89d5c450
+910a141ea6513b56d6c27f22e037283f
 CONFIG_AMBA_SP804=y
 # CONFIG_ARCH_BCM283X is not set
 CONFIG_ARCH_VEXPRESS=y
diff --git a/configs/platform-v7a_noneon/platformconfig b/configs/platform-v7a_noneon/platformconfig
index da30482c5e08..15ce1d0d8f91 100644
--- a/configs/platform-v7a_noneon/platformconfig
+++ b/configs/platform-v7a_noneon/platformconfig
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# PTXdist 2025.05.0
+# PTXdist 2025.06.0
 #
 PTXCONF__platformconfig_MAGIC__=y
 
@@ -20,7 +20,7 @@ PTXCONF_PLATFORM_VERSION="-${PTXDIST_BSP_AUTOVERSION}"
 PTXCONF_RUNTIME=y
 PTXCONF_BUILDTIME=y
 PTXCONF_VIRTUAL=y
-PTXCONF_PLATFORMCONFIG_VERSION="2025.05.0"
+PTXCONF_PLATFORMCONFIG_VERSION="2025.06.0"
 
 #
 # architecture                  
diff --git a/configs/platform-v8a/platformconfig b/configs/platform-v8a/platformconfig
index 61295eceb4c3..05be2207af49 100644
--- a/configs/platform-v8a/platformconfig
+++ b/configs/platform-v8a/platformconfig
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# PTXdist 2025.05.0
+# PTXdist 2025.06.0
 #
 PTXCONF__platformconfig_MAGIC__=y
 
@@ -22,7 +22,7 @@ PTXCONF_BUILDTIME=y
 PTXCONF_VIRTUAL=y
 PTXCONF_VIRTUAL_HOST_TOOLS=y
 PTXCONF_VIRTUAL_AUTOGEN_TOOLS=y
-PTXCONF_PLATFORMCONFIG_VERSION="2025.05.0"
+PTXCONF_PLATFORMCONFIG_VERSION="2025.06.0"
 
 #
 # architecture                  
diff --git a/configs/platform-x86_64/platformconfig b/configs/platform-x86_64/platformconfig
index 8955bd872393..00b748b03dc9 100644
--- a/configs/platform-x86_64/platformconfig
+++ b/configs/platform-x86_64/platformconfig
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# PTXdist 2025.05.0
+# PTXdist 2025.06.0
 #
 PTXCONF__platformconfig_MAGIC__=y
 
@@ -20,7 +20,7 @@ PTXCONF_PLATFORM_VERSION="-${PTXDIST_BSP_AUTOVERSION}"
 PTXCONF_RUNTIME=y
 PTXCONF_BUILDTIME=y
 PTXCONF_VIRTUAL=y
-PTXCONF_PLATFORMCONFIG_VERSION="2025.05.0"
+PTXCONF_PLATFORMCONFIG_VERSION="2025.06.0"
 
 #
 # architecture                  
diff --git a/configs/ptxconfig b/configs/ptxconfig
index dae4d91e2fe4..d2f285e491ee 100644
--- a/configs/ptxconfig
+++ b/configs/ptxconfig
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# PTXdist 2025.05.0
+# PTXdist 2025.06.0
 #
 
 #
@@ -80,7 +80,7 @@ PTXCONF_VIRTUAL=y
 PTXCONF_VIRTUAL_HOST_TOOLS=y
 PTXCONF_VIRTUAL_CROSS_TOOLS=y
 PTXCONF_VIRTUAL_AUTOGEN_TOOLS=y
-PTXCONF_CONFIGFILE_VERSION="2025.05.0"
+PTXCONF_CONFIGFILE_VERSION="2025.06.0"
 PTXCONF__ptxconfig_MAGIC__=y
 
 #
@@ -198,7 +198,6 @@ PTXCONF_GDBSERVER_SHARED=y
 # PTXCONF_PTXDIST_CONFIGS is not set
 # PTXCONF_RRDTOOL is not set
 # PTXCONF_RTPS is not set
-# PTXCONF_SP_OOPS_EXTRACT is not set
 PTXCONF_STRACE=y
 # PTXCONF_SYSSTAT is not set
 # PTXCONF_TRACE_CMD is not set
@@ -1616,6 +1615,7 @@ PTXCONF_UTIL_LINUX_PARTX_TOOLS=y
 # PTXCONF_UTIL_LINUX_DELPART is not set
 # PTXCONF_UTIL_LINUX_RESIZEPART is not set
 PTXCONF_UTIL_LINUX_FDISK=y
+# PTXCONF_UTIL_LINUX_FINDMNT is not set
 PTXCONF_UTIL_LINUX_FSCK=y
 # PTXCONF_UTIL_LINUX_MKFS is not set
 # PTXCONF_UTIL_LINUX_MKSWAP is not set
@@ -1748,15 +1748,18 @@ PTXCONF_ZSTD=y
 # PTXCONF_PYTHON3_ASYNC_TIMEOUT is not set
 # PTXCONF_PYTHON3_ASYNCUA is not set
 # PTXCONF_PYTHON3_ATTRS is not set
+# PTXCONF_PYTHON3_BLINKER is not set
 # PTXCONF_PYTHON3_CFFI is not set
 # PTXCONF_PYTHON3_CHARDET is not set
 # PTXCONF_PYTHON3_CHARSET_NORMALIZER is not set
+# PTXCONF_PYTHON3_CLICK is not set
 # PTXCONF_PYTHON3_CONFIGSHELL is not set
 # PTXCONF_PYTHON3_CRYPTOGRAPHY is not set
 # PTXCONF_PYTHON3_DATEUTIL is not set
 # PTXCONF_PYTHON3_DECORATOR is not set
 # PTXCONF_PYTHON3_DULWICH is not set
 # PTXCONF_PYTHON3_FALCON is not set
+# PTXCONF_PYTHON3_FLASK is not set
 # PTXCONF_PYTHON3_FROZENLIST is not set
 # PTXCONF_PYTHON3_GBULB is not set
 # PTXCONF_PYTHON3_GI is not set
@@ -1770,6 +1773,7 @@ PTXCONF_ZSTD=y
 # PTXCONF_PYTHON3_INIHERIT is not set
 # PTXCONF_PYTHON3_IPYTHON_GENUTILS is not set
 # PTXCONF_PYTHON3_IPYTHON is not set
+# PTXCONF_PYTHON3_ITSDANGEROUS is not set
 # PTXCONF_PYTHON3_JINJA2 is not set
 # PTXCONF_PYTHON3_JOBLIB is not set
 # PTXCONF_PYTHON3_LIBEVDEV is not set
@@ -1834,6 +1838,7 @@ PTXCONF_ZSTD=y
 # PTXCONF_PYTHON3_WCWIDTH is not set
 # PTXCONF_PYTHON3_WEBSOCKET_CLIENT is not set
 # PTXCONF_PYTHON3_WEBSOCKETS is not set
+# PTXCONF_PYTHON3_WERKZEUG is not set
 # PTXCONF_PYTHON3_YARL is not set
 # PTXCONF_PYTHON3_YOYO_MIGRATIONS is not set
 # PTXCONF_PYTHON3_ZEROCONF is not set
@@ -2492,6 +2497,7 @@ PTXCONF_DBUS_SYSTEMD_UNIT=y
 # PTXCONF_MBW is not set
 # PTXCONF_PELTS_TESTS is not set
 # PTXCONF_PIGLIT is not set
+# PTXCONF_RENDERCHECK is not set
 # PTXCONF_RT_TESTS is not set
 # PTXCONF_SHARNESS is not set
 # PTXCONF_SOCKPERF is not set
-- 
2.39.5




  reply	other threads:[~2025-06-27 12:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-17 10:37 [DistroKit] [PATCH v2] ptxdist: version bump 2025.05 -> 2025.06 Fabian Pflug
2025-06-17 12:24 ` Robert Schwebel
2025-06-25 13:17   ` [DistroKit] [PATCH] fixup! " Roland Hieber
2025-06-27 12:32     ` Roland Hieber [this message]
2025-06-23 10:15 ` [DistroKit] [PATCH v2] " Roland Hieber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250627123252.1985354-1-rhi@pengutronix.de \
    --to=rhi@pengutronix.de \
    --cc=distrokit@pengutronix.de \
    --cc=f.pflug@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox