From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sun, 20 Jun 2021 20:07:33 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1lv1r3-0005PS-S6 for lore@lore.pengutronix.de; Sun, 20 Jun 2021 20:07:33 +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 1lv1r3-00024k-66; Sun, 20 Jun 2021 20:07:33 +0200 Received: from dude.hi.pengutronix.de ([2001:67c:670:100:1d::7]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lv1qy-00024T-1E; Sun, 20 Jun 2021 20:07:28 +0200 Received: from rhi by dude.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1lv1qx-0001Mz-Nk; Sun, 20 Jun 2021 20:07:27 +0200 From: Roland Hieber To: distrokit@pengutronix.de Date: Sun, 20 Jun 2021 20:07:25 +0200 Message-Id: <20210620180725.5193-1-rhi@pengutronix.de> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Subject: [DistroKit] [PATCH next] ptxdist: migrate 2021.04.0 -> 2021.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 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 Migrate all platforms with default options. Signed-off-by: Roland Hieber --- configs/platform-mips/platformconfig | 4 ++-- configs/platform-rpi/platformconfig | 4 ++-- configs/platform-v7a/platformconfig | 4 ++-- configs/platform-v8a/platformconfig | 4 ++-- configs/platform-x86_64/platformconfig | 4 ++-- configs/ptxconfig | 7 +++++-- 6 files changed, 15 insertions(+), 12 deletions(-) diff --git a/configs/platform-mips/platformconfig b/configs/platform-mips/platformconfig index 89123210f811..a215a90bae6e 100644 --- a/configs/platform-mips/platformconfig +++ b/configs/platform-mips/platformconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# PTXdist 2021.04.0 +# PTXdist 2021.06.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="2021.04.0" +PTXCONF_PLATFORMCONFIG_VERSION="2021.06.0" # # architecture diff --git a/configs/platform-rpi/platformconfig b/configs/platform-rpi/platformconfig index 1eb295fe02fd..ad5559680929 100644 --- a/configs/platform-rpi/platformconfig +++ b/configs/platform-rpi/platformconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# PTXdist 2021.04.0 +# PTXdist 2021.06.0 # PTXCONF__platformconfig_MAGIC__=y @@ -19,7 +19,7 @@ PTXCONF_PLATFORM="rpi" PTXCONF_PLATFORM_VERSION="-${PTXDIST_BSP_AUTOVERSION}" PTXCONF_RUNTIME=y PTXCONF_BUILDTIME=y -PTXCONF_PLATFORMCONFIG_VERSION="2021.04.0" +PTXCONF_PLATFORMCONFIG_VERSION="2021.06.0" # # architecture diff --git a/configs/platform-v7a/platformconfig b/configs/platform-v7a/platformconfig index e611fc7c2eaa..db0c5cf7b320 100644 --- a/configs/platform-v7a/platformconfig +++ b/configs/platform-v7a/platformconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# PTXdist 2021.04.0 +# PTXdist 2021.06.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="2021.04.0" +PTXCONF_PLATFORMCONFIG_VERSION="2021.06.0" # # architecture diff --git a/configs/platform-v8a/platformconfig b/configs/platform-v8a/platformconfig index aa84bea6fc74..cb8c8df12732 100644 --- a/configs/platform-v8a/platformconfig +++ b/configs/platform-v8a/platformconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# PTXdist 2021.04.0 +# PTXdist 2021.06.0 # PTXCONF__platformconfig_MAGIC__=y @@ -19,7 +19,7 @@ PTXCONF_PLATFORM="v8a" PTXCONF_PLATFORM_VERSION="-${PTXDIST_BSP_AUTOVERSION}" PTXCONF_RUNTIME=y PTXCONF_BUILDTIME=y -PTXCONF_PLATFORMCONFIG_VERSION="2021.04.0" +PTXCONF_PLATFORMCONFIG_VERSION="2021.06.0" # # architecture diff --git a/configs/platform-x86_64/platformconfig b/configs/platform-x86_64/platformconfig index 4c7849a830fb..79a3dc1e6ba6 100644 --- a/configs/platform-x86_64/platformconfig +++ b/configs/platform-x86_64/platformconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# PTXdist 2021.04.0 +# PTXdist 2021.06.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="2021.04.0" +PTXCONF_PLATFORMCONFIG_VERSION="2021.06.0" # # architecture diff --git a/configs/ptxconfig b/configs/ptxconfig index d923c093a277..c97e321e862a 100644 --- a/configs/ptxconfig +++ b/configs/ptxconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# PTXdist 2021.04.0 +# PTXdist 2021.06.0 # PTXCONF_DATAPARTITION=y @@ -67,7 +67,7 @@ PTXCONF_BSP=y PTXCONF_RUNTIME=y PTXCONF_BUILDTIME=y PTXCONF_VIRTUAL=y -PTXCONF_CONFIGFILE_VERSION="2021.04.0" +PTXCONF_CONFIGFILE_VERSION="2021.06.0" PTXCONF__ptxconfig_MAGIC__=y # @@ -1663,6 +1663,7 @@ PTXCONF_ZSTD=y # PTXCONF_AUTOSSH is not set # PTXCONF_AVAHI is not set # PTXCONF_BATCTL is not set +# PTXCONF_BIND is not set # PTXCONF_BING is not set # PTXCONF_BOA is not set # PTXCONF_BRIDGE_UTILS is not set @@ -1936,6 +1937,7 @@ PTXCONF_E2FSPROGS_INSTALL_MKFS_EXT4=y # PTXCONF_IMX_UUC is not set # PTXCONF_LIBSERIALPORT is not set # PTXCONF_LIBSOCKETCAN is not set +# PTXCONF_LIBUSBGX is not set # PTXCONF_LRZSZ is not set # PTXCONF_OPEN62541 is not set # PTXCONF_OPENCT is not set @@ -2038,6 +2040,7 @@ PTXCONF_LIBKMOD_LSMOD=y PTXCONF_LIBKMOD_MODPROBE=y # PTXCONF_LIBKMOD_DEPMOD is not set # PTXCONF_LIBKMOD_ZLIB is not set +# PTXCONF_LIBKMOD_ZSTD is not set # PTXCONF_LIBKMOD_LOGGING is not set # PTXCONF_LIBKMOD_DEBUG is not set # PTXCONF_LIBKSBA is not set -- 2.29.2 _______________________________________________ DistroKit mailing list DistroKit@pengutronix.de