From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sat, 12 Jul 2025 08:58:09 +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 1uaUBV-00Ge4Z-25 for lore@lore.pengutronix.de; Sat, 12 Jul 2025 08:58:09 +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 1uaUBV-0002XU-5C; Sat, 12 Jul 2025 08:58:09 +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 1uaUBS-0002XA-Rn; Sat, 12 Jul 2025 08:58:06 +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 1uaUBS-0082i0-2B; Sat, 12 Jul 2025 08:58:06 +0200 Received: from rsc by pty.whiteo.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1uaUBS-00Fzkx-1l; Sat, 12 Jul 2025 08:58:06 +0200 Date: Sat, 12 Jul 2025 08:58:06 +0200 From: Robert Schwebel To: Roland Hieber Message-ID: References: <20250625131713.214840-1-rhi@pengutronix.de> <20250627123252.1985354-1-rhi@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250627123252.1985354-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 v3] ptxdist: 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: distrokit@pengutronix.de, Fabian Pflug 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 (meanwhile applied Fabian's patch in next) On Fri, Jun 27, 2025 at 02:32:53PM +0200, Roland Hieber wrote: > From: Fabian Pflug > > 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 > [rhi: run 'scripts/p-all oldconfig all' for all other non-v7a platforms] > Signed-off-by: Roland Hieber > --- > 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 > > > -- 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 |