From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 15 Aug 2023 11:16:25 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qVqA6-004xg1-57 for lore@lore.pengutronix.de; Tue, 15 Aug 2023 11:16:25 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1qVqA4-0001pi-Et; Tue, 15 Aug 2023 11:16:24 +0200 Received: from pty.hi.pengutronix.de ([2001:67c:670:100:1d::c5]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qVqA2-0001pL-0l; Tue, 15 Aug 2023 11:16:22 +0200 Received: from rsc by pty.hi.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1qVqA1-00E3cB-IY; Tue, 15 Aug 2023 11:16:21 +0200 Date: Tue, 15 Aug 2023 11:16:21 +0200 From: Robert Schwebel To: Roland Hieber Message-ID: References: <20230813192846.1210986-1-rhi@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230813192846.1210986-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 1/9] ptxdist: migrate 2023.07.1 -> 2023.08.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 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.ext.pengutronix.de); SAEximRunCond expanded to false Applied series to next. On Sun, Aug 13, 2023 at 09:28:38PM +0200, Roland Hieber wrote: > Migrate to the new PTXdist release with default options. > > Signed-off-by: Roland Hieber > --- > configs/platform-mips/platformconfig | 4 ++-- > configs/platform-mipsel/platformconfig | 4 ++-- > configs/platform-rpi1/platformconfig | 4 ++-- > configs/platform-v7a/platformconfig | 4 ++-- > configs/platform-v7a_noneon/platformconfig | 4 ++-- > configs/platform-v8a/platformconfig | 4 ++-- > configs/platform-x86_64/platformconfig | 4 ++-- > configs/ptxconfig | 5 +++-- > 8 files changed, 17 insertions(+), 16 deletions(-) > > diff --git a/configs/platform-mips/platformconfig b/configs/platform-mips/platformconfig > index ed1e2751247a..f7ba6484e984 100644 > --- a/configs/platform-mips/platformconfig > +++ b/configs/platform-mips/platformconfig > @@ -1,6 +1,6 @@ > # > # Automatically generated file; DO NOT EDIT. > -# PTXdist 2023.07.1 > +# PTXdist 2023.08.0 > # > PTXCONF__platformconfig_MAGIC__=y > > @@ -19,7 +19,7 @@ PTXCONF_PLATFORM="mips" > PTXCONF_PLATFORM_VERSION="-${PTXDIST_BSP_AUTOVERSION}" > PTXCONF_RUNTIME=y > PTXCONF_BUILDTIME=y > -PTXCONF_PLATFORMCONFIG_VERSION="2023.07.1" > +PTXCONF_PLATFORMCONFIG_VERSION="2023.08.0" > > # > # architecture > diff --git a/configs/platform-mipsel/platformconfig b/configs/platform-mipsel/platformconfig > index 520da3d15687..4efb8f3d599e 100644 > --- a/configs/platform-mipsel/platformconfig > +++ b/configs/platform-mipsel/platformconfig > @@ -1,6 +1,6 @@ > # > # Automatically generated file; DO NOT EDIT. > -# PTXdist 2023.07.1 > +# PTXdist 2023.08.0 > # > PTXCONF__platformconfig_MAGIC__=y > > @@ -19,7 +19,7 @@ PTXCONF_PLATFORM="mipsel" > PTXCONF_PLATFORM_VERSION="-${PTXDIST_BSP_AUTOVERSION}" > PTXCONF_RUNTIME=y > PTXCONF_BUILDTIME=y > -PTXCONF_PLATFORMCONFIG_VERSION="2023.07.1" > +PTXCONF_PLATFORMCONFIG_VERSION="2023.08.0" > > # > # architecture > diff --git a/configs/platform-rpi1/platformconfig b/configs/platform-rpi1/platformconfig > index 723e160d2635..f4c245b18193 100644 > --- a/configs/platform-rpi1/platformconfig > +++ b/configs/platform-rpi1/platformconfig > @@ -1,6 +1,6 @@ > # > # Automatically generated file; DO NOT EDIT. > -# PTXdist 2023.07.1 > +# PTXdist 2023.08.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="2023.07.1" > +PTXCONF_PLATFORMCONFIG_VERSION="2023.08.0" > > # > # architecture > diff --git a/configs/platform-v7a/platformconfig b/configs/platform-v7a/platformconfig > index 89e1e1857726..f4142930fbf1 100644 > --- a/configs/platform-v7a/platformconfig > +++ b/configs/platform-v7a/platformconfig > @@ -1,6 +1,6 @@ > # > # Automatically generated file; DO NOT EDIT. > -# PTXdist 2023.07.1 > +# PTXdist 2023.08.0 > # > PTXCONF__platformconfig_MAGIC__=y > > @@ -19,7 +19,7 @@ PTXCONF_PLATFORM="v7a" > PTXCONF_PLATFORM_VERSION="-${PTXDIST_BSP_AUTOVERSION}" > PTXCONF_RUNTIME=y > PTXCONF_BUILDTIME=y > -PTXCONF_PLATFORMCONFIG_VERSION="2023.07.1" > +PTXCONF_PLATFORMCONFIG_VERSION="2023.08.0" > > # > # architecture > diff --git a/configs/platform-v7a_noneon/platformconfig b/configs/platform-v7a_noneon/platformconfig > index 41e639a0dfa6..04c62ae71340 100644 > --- a/configs/platform-v7a_noneon/platformconfig > +++ b/configs/platform-v7a_noneon/platformconfig > @@ -1,6 +1,6 @@ > # > # Automatically generated file; DO NOT EDIT. > -# PTXdist 2023.07.1 > +# PTXdist 2023.08.0 > # > PTXCONF__platformconfig_MAGIC__=y > > @@ -19,7 +19,7 @@ PTXCONF_PLATFORM="v7a_noneon" > PTXCONF_PLATFORM_VERSION="-${PTXDIST_BSP_AUTOVERSION}" > PTXCONF_RUNTIME=y > PTXCONF_BUILDTIME=y > -PTXCONF_PLATFORMCONFIG_VERSION="2023.07.1" > +PTXCONF_PLATFORMCONFIG_VERSION="2023.08.0" > > # > # architecture > diff --git a/configs/platform-v8a/platformconfig b/configs/platform-v8a/platformconfig > index 799bb0787151..1664c532677f 100644 > --- a/configs/platform-v8a/platformconfig > +++ b/configs/platform-v8a/platformconfig > @@ -1,6 +1,6 @@ > # > # Automatically generated file; DO NOT EDIT. > -# PTXdist 2023.07.1 > +# PTXdist 2023.08.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="2023.07.1" > +PTXCONF_PLATFORMCONFIG_VERSION="2023.08.0" > > # > # architecture > diff --git a/configs/platform-x86_64/platformconfig b/configs/platform-x86_64/platformconfig > index f0405736ad4b..a69c34e4090a 100644 > --- a/configs/platform-x86_64/platformconfig > +++ b/configs/platform-x86_64/platformconfig > @@ -1,6 +1,6 @@ > # > # Automatically generated file; DO NOT EDIT. > -# PTXdist 2023.07.1 > +# PTXdist 2023.08.0 > # > PTXCONF__platformconfig_MAGIC__=y > > @@ -19,7 +19,7 @@ PTXCONF_PLATFORM="x86_64" > PTXCONF_PLATFORM_VERSION="-${PTXDIST_BSP_AUTOVERSION}" > PTXCONF_RUNTIME=y > PTXCONF_BUILDTIME=y > -PTXCONF_PLATFORMCONFIG_VERSION="2023.07.1" > +PTXCONF_PLATFORMCONFIG_VERSION="2023.08.0" > > # > # architecture > diff --git a/configs/ptxconfig b/configs/ptxconfig > index 9667a7e4c32a..7f3a8adac132 100644 > --- a/configs/ptxconfig > +++ b/configs/ptxconfig > @@ -1,6 +1,6 @@ > # > # Automatically generated file; DO NOT EDIT. > -# PTXdist 2023.07.1 > +# PTXdist 2023.08.0 > # > PTXCONF_DATAPARTITION=y > > @@ -67,7 +67,7 @@ PTXCONF_BSP=y > PTXCONF_RUNTIME=y > PTXCONF_BUILDTIME=y > PTXCONF_VIRTUAL=y > -PTXCONF_CONFIGFILE_VERSION="2023.07.1" > +PTXCONF_CONFIGFILE_VERSION="2023.08.0" > PTXCONF__ptxconfig_MAGIC__=y > > # > @@ -1588,6 +1588,7 @@ PTXCONF_UTIL_LINUX_SFDISK=y > # > # PTXCONF_UTIL_LINUX_FSTRIM is not set > PTXCONF_UTIL_LINUX_HWCLOCK=y > +# PTXCONF_UTIL_LINUX_IPCMK is not set > # PTXCONF_UTIL_LINUX_IPCRM is not set > # PTXCONF_UTIL_LINUX_IPCS is not set > PTXCONF_UTIL_LINUX_IRQTOP=y > -- > 2.39.2 > > > -- 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 |