From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 14 Aug 2024 15:02:37 +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 1seDe9-009XaQ-15 for lore@lore.pengutronix.de; Wed, 14 Aug 2024 15:02:37 +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 1seDe8-0003pL-Hi; Wed, 14 Aug 2024 15:02:36 +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 1seDe1-0003p7-Ad; Wed, 14 Aug 2024 15:02:29 +0200 Received: from [2a0a:edc0:2:b01:1d::c5] (helo=pty.whiteo.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1seDe0-000Md3-Tx; Wed, 14 Aug 2024 15:02:28 +0200 Received: from rsc by pty.whiteo.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1seDe0-002Z48-2e; Wed, 14 Aug 2024 15:02:28 +0200 Date: Wed, 14 Aug 2024 15:02:28 +0200 From: Robert Schwebel To: Roland Hieber Message-ID: References: <20240814103227.1402794-1-rhi@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240814103227.1402794-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] PTXdist: migrate from 2024.05.0 -> 2024.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.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Merged in next. On Wed, Aug 14, 2024 at 12:32:27PM +0200, Roland Hieber wrote: > Apparently the figlet tarball was fudged with while they migrated from > FTP to GitHub (see PTXdist commits 6e138365d117 and 6d60c6067fbf), so > it fails to download now; this is fixed in 2024.08.0. > > Otherwise migrate the configs with defaults. > > Link: https://git.pengutronix.de/cgit/ptxdist/commit/?h=6e138365d11772393838 > Link: https://git.pengutronix.de/cgit/ptxdist/commit/?h=6d60c6067fbf39072487 > Signed-off-by: Roland Hieber > --- > configs/platform-mips/platformconfig | 5 ++- > configs/platform-mipsel/platformconfig | 5 ++- > configs/platform-rpi1/platformconfig | 5 ++- > configs/platform-v7a/platformconfig | 5 ++- > configs/platform-v7a_noneon/platformconfig | 5 ++- > configs/platform-v8a/platformconfig | 5 ++- > configs/platform-x86_64/platformconfig | 5 ++- > configs/ptxconfig | 47 +++++++--------------- > 8 files changed, 36 insertions(+), 46 deletions(-) > > diff --git a/configs/platform-mips/platformconfig b/configs/platform-mips/platformconfig > index fc7b10c2587b..f02eb711e89a 100644 > --- a/configs/platform-mips/platformconfig > +++ b/configs/platform-mips/platformconfig > @@ -1,6 +1,6 @@ > # > # Automatically generated file; DO NOT EDIT. > -# PTXdist 2024.05.0 > +# PTXdist 2024.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="2024.05.0" > +PTXCONF_PLATFORMCONFIG_VERSION="2024.08.0" > > # > # architecture > @@ -236,6 +236,7 @@ PTXCONF_IMAGE_ROOT_EXT_EXT2=y > # PTXCONF_IMAGE_ROOT_EXT_EXT3 is not set > # PTXCONF_IMAGE_ROOT_EXT_EXT4 is not set > PTXCONF_IMAGE_ROOT_EXT_TYPE="ext2" > +PTXCONF_IMAGE_ROOT_EXT_LABEL="" > # PTXCONF_IMAGE_ROOT_SQUASHFS is not set > PTXCONF_IMAGE_ROOT_TGZ=y > PTXCONF_IMAGE_ROOT_TGZ_LABEL="" > diff --git a/configs/platform-mipsel/platformconfig b/configs/platform-mipsel/platformconfig > index e71cbcd27f71..6e8b32a53983 100644 > --- a/configs/platform-mipsel/platformconfig > +++ b/configs/platform-mipsel/platformconfig > @@ -1,6 +1,6 @@ > # > # Automatically generated file; DO NOT EDIT. > -# PTXdist 2024.05.0 > +# PTXdist 2024.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="2024.05.0" > +PTXCONF_PLATFORMCONFIG_VERSION="2024.08.0" > > # > # architecture > @@ -232,6 +232,7 @@ PTXCONF_IMAGE_ROOT_EXT_EXT2=y > # PTXCONF_IMAGE_ROOT_EXT_EXT3 is not set > # PTXCONF_IMAGE_ROOT_EXT_EXT4 is not set > PTXCONF_IMAGE_ROOT_EXT_TYPE="ext2" > +PTXCONF_IMAGE_ROOT_EXT_LABEL="" > # PTXCONF_IMAGE_ROOT_SQUASHFS is not set > PTXCONF_IMAGE_ROOT_TGZ=y > PTXCONF_IMAGE_ROOT_TGZ_LABEL="" > diff --git a/configs/platform-rpi1/platformconfig b/configs/platform-rpi1/platformconfig > index e236677ebf29..fd5adfb6e6c3 100644 > --- a/configs/platform-rpi1/platformconfig > +++ b/configs/platform-rpi1/platformconfig > @@ -1,6 +1,6 @@ > # > # Automatically generated file; DO NOT EDIT. > -# PTXdist 2024.05.0 > +# PTXdist 2024.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="2024.05.0" > +PTXCONF_PLATFORMCONFIG_VERSION="2024.08.0" > > # > # architecture > @@ -248,6 +248,7 @@ PTXCONF_IMAGE_ROOT_EXT_SIZE="120%" > # PTXCONF_IMAGE_ROOT_EXT_EXT3 is not set > PTXCONF_IMAGE_ROOT_EXT_EXT4=y > PTXCONF_IMAGE_ROOT_EXT_TYPE="ext4" > +PTXCONF_IMAGE_ROOT_EXT_LABEL="" > # PTXCONF_IMAGE_ROOT_SQUASHFS is not set > PTXCONF_IMAGE_ROOT_TGZ=y > PTXCONF_IMAGE_ROOT_TGZ_LABEL="" > diff --git a/configs/platform-v7a/platformconfig b/configs/platform-v7a/platformconfig > index 57029b39fc37..f69b887d77d5 100644 > --- a/configs/platform-v7a/platformconfig > +++ b/configs/platform-v7a/platformconfig > @@ -1,6 +1,6 @@ > # > # Automatically generated file; DO NOT EDIT. > -# PTXdist 2024.05.0 > +# PTXdist 2024.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="2024.05.0" > +PTXCONF_PLATFORMCONFIG_VERSION="2024.08.0" > > # > # architecture > @@ -286,6 +286,7 @@ PTXCONF_IMAGE_ROOT_EXT_SIZE="125%" > # PTXCONF_IMAGE_ROOT_EXT_EXT3 is not set > PTXCONF_IMAGE_ROOT_EXT_EXT4=y > PTXCONF_IMAGE_ROOT_EXT_TYPE="ext4" > +PTXCONF_IMAGE_ROOT_EXT_LABEL="" > # PTXCONF_IMAGE_ROOT_SQUASHFS is not set > PTXCONF_IMAGE_ROOT_TGZ=y > PTXCONF_IMAGE_ROOT_TGZ_LABEL="" > diff --git a/configs/platform-v7a_noneon/platformconfig b/configs/platform-v7a_noneon/platformconfig > index 9adf902112c4..0c8d501a7f17 100644 > --- a/configs/platform-v7a_noneon/platformconfig > +++ b/configs/platform-v7a_noneon/platformconfig > @@ -1,6 +1,6 @@ > # > # Automatically generated file; DO NOT EDIT. > -# PTXdist 2024.05.0 > +# PTXdist 2024.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="2024.05.0" > +PTXCONF_PLATFORMCONFIG_VERSION="2024.08.0" > > # > # architecture > @@ -233,6 +233,7 @@ PTXCONF_IMAGE_ROOT_EXT_SIZE="125%" > # PTXCONF_IMAGE_ROOT_EXT_EXT3 is not set > PTXCONF_IMAGE_ROOT_EXT_EXT4=y > PTXCONF_IMAGE_ROOT_EXT_TYPE="ext4" > +PTXCONF_IMAGE_ROOT_EXT_LABEL="" > # PTXCONF_IMAGE_ROOT_SQUASHFS is not set > PTXCONF_IMAGE_ROOT_TGZ=y > PTXCONF_IMAGE_ROOT_TGZ_LABEL="" > diff --git a/configs/platform-v8a/platformconfig b/configs/platform-v8a/platformconfig > index f06d7cfe9bab..d542f06944b3 100644 > --- a/configs/platform-v8a/platformconfig > +++ b/configs/platform-v8a/platformconfig > @@ -1,6 +1,6 @@ > # > # Automatically generated file; DO NOT EDIT. > -# PTXdist 2024.05.0 > +# PTXdist 2024.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="2024.05.0" > +PTXCONF_PLATFORMCONFIG_VERSION="2024.08.0" > > # > # architecture > @@ -282,6 +282,7 @@ PTXCONF_IMAGE_ROOT_EXT_SIZE="125%" > # PTXCONF_IMAGE_ROOT_EXT_EXT3 is not set > PTXCONF_IMAGE_ROOT_EXT_EXT4=y > PTXCONF_IMAGE_ROOT_EXT_TYPE="ext4" > +PTXCONF_IMAGE_ROOT_EXT_LABEL="" > # PTXCONF_IMAGE_ROOT_SQUASHFS is not set > PTXCONF_IMAGE_ROOT_TGZ=y > PTXCONF_IMAGE_ROOT_TGZ_LABEL="" > diff --git a/configs/platform-x86_64/platformconfig b/configs/platform-x86_64/platformconfig > index 6352438724ab..1795db39e5b7 100644 > --- a/configs/platform-x86_64/platformconfig > +++ b/configs/platform-x86_64/platformconfig > @@ -1,6 +1,6 @@ > # > # Automatically generated file; DO NOT EDIT. > -# PTXdist 2024.05.0 > +# PTXdist 2024.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="2024.05.0" > +PTXCONF_PLATFORMCONFIG_VERSION="2024.08.0" > > # > # architecture > @@ -219,6 +219,7 @@ PTXCONF_IMAGE_ROOT_EXT_SIZE="125%" > # PTXCONF_IMAGE_ROOT_EXT_EXT3 is not set > PTXCONF_IMAGE_ROOT_EXT_EXT4=y > PTXCONF_IMAGE_ROOT_EXT_TYPE="ext4" > +PTXCONF_IMAGE_ROOT_EXT_LABEL="" > # PTXCONF_IMAGE_ROOT_SQUASHFS is not set > PTXCONF_IMAGE_ROOT_TGZ=y > PTXCONF_IMAGE_ROOT_TGZ_LABEL="" > diff --git a/configs/ptxconfig b/configs/ptxconfig > index fda7d198e6de..81749255d666 100644 > --- a/configs/ptxconfig > +++ b/configs/ptxconfig > @@ -1,6 +1,6 @@ > # > # Automatically generated file; DO NOT EDIT. > -# PTXdist 2024.05.0 > +# PTXdist 2024.08.0 > # > > # > @@ -75,7 +75,7 @@ PTXCONF_BSP=y > PTXCONF_RUNTIME=y > PTXCONF_BUILDTIME=y > PTXCONF_VIRTUAL=y > -PTXCONF_CONFIGFILE_VERSION="2024.05.0" > +PTXCONF_CONFIGFILE_VERSION="2024.08.0" > PTXCONF__ptxconfig_MAGIC__=y > > # > @@ -99,7 +99,6 @@ PTXCONF__ptxconfig_MAGIC__=y > PTXCONF_HOST_QEMU=y > PTXCONF_HOST_QEMU_SYS=y > PTXCONF_HOST_QEMU_USR=y > -# PTXCONF_HOST_TESTFRAMEWORK is not set > PTXCONF_HOST_ACL=y > PTXCONF_HOST_CMAKE=y > PTXCONF_HOST_DTC=y > @@ -1726,7 +1725,6 @@ PTXCONF_UTIL_LINUX_AGETTY=y > # > # BusyBox' which is selected! > # > -# PTXCONF_XMLSTARLET is not set > PTXCONF_ZSTD=y > # PTXCONF_ZSTD_ZSTD is not set > # PTXCONF_ZSTD_ZSTDGREP is not set > @@ -1740,20 +1738,6 @@ PTXCONF_ZSTD=y > # PTXCONF_LUA_FILESYSTEM is not set > # PTXCONF_LUA is not set > # PTXCONF_LUAEXPAT is not set > -# PTXCONF_PERL is not set > - > -# > -# perl Extra Modules > -# > -# PTXCONF_DIGEST_HMAC_PERL is not set > -# PTXCONF_IO_SOCKET_INET6_PERL is not set > -# PTXCONF_MUNIN is not set > -# PTXCONF_NET_DNS_PERL is not set > -# PTXCONF_NET_IP_PERL is not set > -# PTXCONF_NET_SERVER_PERL is not set > -# PTXCONF_SOCKET6_PERL is not set > -# end of perl Extra Modules > - > # PTXCONF_PHP8 is not set > # PTXCONF_PYTHON3 is not set > > @@ -1767,6 +1751,7 @@ PTXCONF_ZSTD=y > # PTXCONF_PYTHON3_AIOHTTP_JSON_RPC is not set > # PTXCONF_PYTHON3_AIOHTTP_WSGI is not set > # PTXCONF_PYTHON3_AIOHTTP is not set > +# PTXCONF_PYTHON3_AIOMQTT is not set > # PTXCONF_PYTHON3_AIOSIGNAL is not set > # PTXCONF_PYTHON3_AIOSQLITE is not set > # PTXCONF_PYTHON3_ASYNC_TIMEOUT is not set > @@ -1807,12 +1792,14 @@ PTXCONF_ZSTD=y > # PTXCONF_PYTHON3_PACKAGING is not set > # PTXCONF_PYTHON3_PAHO_MQTT is not set > # PTXCONF_PYTHON3_PATH_PY is not set > +# PTXCONF_PYTHON3_PERIPHERY is not set > # PTXCONF_PYTHON3_PEXPECT is not set > # PTXCONF_PYTHON3_PICKLESHARE is not set > # PTXCONF_PYTHON3_PIP is not set > # PTXCONF_PYTHON3_PLUGGY is not set > # PTXCONF_PYTHON3_PLY is not set > # PTXCONF_PYTHON3_POSIX_IPC is not set > +# PTXCONF_PYTHON3_PROTOBUF is not set > # PTXCONF_PYTHON3_PSUTIL is not set > # PTXCONF_PYTHON3_PTYPROCESS is not set > # PTXCONF_PYTHON3_PY is not set > @@ -1917,6 +1904,7 @@ PTXCONF_IPROUTE2=y > # PTXCONF_IPROUTE2_ARPD is not set > # PTXCONF_IPROUTE2_BRIDGE is not set > # PTXCONF_IPROUTE2_CTSTAT is not set > +# PTXCONF_IPROUTE2_DCB is not set > # PTXCONF_IPROUTE2_DEVLINK is not set > # PTXCONF_IPROUTE2_GENL is not set > PTXCONF_IPROUTE2_IP=y > @@ -1983,6 +1971,7 @@ PTXCONF_LIBCURL_SSL_CABUNDLE_PATH="/etc/ssl/certs/ca-certificates.crt" > # PTXCONF_LIBSOUP is not set > # PTXCONF_LIBSSH2 is not set > # PTXCONF_LIBTIRPC is not set > +# PTXCONF_LIBWEBSOCKETS is not set > # PTXCONF_LIBZMQ is not set > # PTXCONF_LIGHTTPD is not set > # PTXCONF_LINKS is not set > @@ -2032,6 +2021,7 @@ PTXCONF_NETWORKMANAGER_NMCLI=y > # PTXCONF_NSS_MDNS is not set > # PTXCONF_NSS is not set > # PTXCONF_NTP is not set > +# PTXCONF_NTPCLIENT is not set > # PTXCONF_OFONO is not set > # PTXCONF_OPENFORTIVPN is not set > # PTXCONF_OPENLDAP is not set > @@ -2051,7 +2041,6 @@ PTXCONF_OPENSSL=y > # PTXCONF_OPENSSL_KTLS is not set > # PTXCONF_OPENVPN is not set > # PTXCONF_PPP is not set > -# PTXCONF_PROFTPD is not set > # PTXCONF_PUREFTPD is not set > # PTXCONF_PYTHON3_DJANGO is not set > # PTXCONF_RADVD is not set > @@ -2071,7 +2060,6 @@ PTXCONF_OPENSSL=y > # > # PTXCONF_SYSLOGNG is not set > # PTXCONF_TCPDUMP is not set > -# PTXCONF_TNTNET is not set > # PTXCONF_URSHD is not set > # PTXCONF_WAVEMON is not set > # PTXCONF_WEBSOCAT is not set > @@ -2146,6 +2134,7 @@ PTXCONF_E2FSPROGS_INSTALL_RESIZE2FS=y > # PTXCONF_E2FSPROGS_INSTALL_TUNE2FS is not set > # end of binaries > > +# PTXCONF_EXFATPROGS is not set > # PTXCONF_F2FS_TOOLS is not set > # PTXCONF_FUSE_ZIP is not set > # PTXCONF_FUSE is not set > @@ -2192,7 +2181,6 @@ PTXCONF_SQUASHFS_TOOLS_UNSQUASHFS=y > # 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 > # PTXCONF_OPENSC is not set > @@ -2240,10 +2228,7 @@ PTXCONF_RAUC_BAREBOX=y > # PTXCONF_JOE is not set > # PTXCONF_NANO is not set > # PTXCONF_POKE is not set > - > -# > -# BusyBox' vi and xxd is selected! > -# > +# PTXCONF_VIM is not set > # end of Editors > > # > @@ -2257,7 +2242,6 @@ PTXCONF_RAUC_BAREBOX=y > # PTXCONF_BOOST is not set > # PTXCONF_BROTLI is not set > # PTXCONF_CEREAL is not set > -# PTXCONF_CXXTOOLS is not set > # PTXCONF_DB is not set > # PTXCONF_DTC is not set > # PTXCONF_DUKTAPE is not set > @@ -2309,7 +2293,6 @@ PTXCONF_LIBFFI=y > # PTXCONF_LIBGMP is not set > # PTXCONF_LIBGPG_ERROR is not set > # PTXCONF_LIBGPIOD is not set > -# PTXCONF_LIBGSF is not set > # PTXCONF_LIBGSLOOP is not set > # PTXCONF_LIBGUDEV is not set > # PTXCONF_LIBICAL is not set > @@ -2347,16 +2330,17 @@ PTXCONF_LIBNL3=y > # PTXCONF_LIBPCRE is not set > # PTXCONF_LIBPIPELINE is not set > # PTXCONF_LIBPOPT is not set > +# PTXCONF_LIBPWM is not set > # PTXCONF_LIBRN is not set > # PTXCONF_LIBRTLSDR is not set > PTXCONF_LIBSECCOMP=y > # PTXCONF_LIBSECCOMP_UTILS is not set > -# PTXCONF_LIBSIGCPP is not set > # PTXCONF_LIBSODIUM is not set > # PTXCONF_LIBSYSFS is not set > # PTXCONF_LIBTAHU is not set > # PTXCONF_LIBTAR is not set > PTXCONF_LIBTASN1=y > +# PTXCONF_LIBTRACEEVENT is not set > # PTXCONF_LIBUCDAEMON is not set > # PTXCONF_LIBUNWIND is not set > # PTXCONF_LIBURCU is not set > @@ -2369,7 +2353,6 @@ PTXCONF_LIBUUID=y > # PTXCONF_LIBWPE is not set > # PTXCONF_LIBXCRYPT is not set > # PTXCONF_LIBXML2 is not set > -# PTXCONF_LIBXMLCONFIG is not set > # PTXCONF_LIBXSLT is not set > # PTXCONF_LIBYAML is not set > # PTXCONF_LIBZIP is not set > @@ -2382,6 +2365,7 @@ PTXCONF_LZ4=y > # PTXCONF_MBEDTLS is not set > # PTXCONF_MLPACK is not set > # PTXCONF_MPFR is not set > +# PTXCONF_NANOPB is not set > PTXCONF_NCURSES=y > > # > @@ -2526,7 +2510,6 @@ PTXCONF_DBUS_SYSTEMD_UNIT=y > # PTXCONF_STRESS_NG is not set > # PTXCONF_STRESS is not set > # PTXCONF_TIOBENCH is not set > -# PTXCONF_UNIXBENCH is not set > # PTXCONF_VKRUNNER is not set > # end of Test Suites > > @@ -2660,9 +2643,8 @@ PTXCONF_DBUS_SYSTEMD_UNIT=y > # > # gtk+ & friends > # > -# PTXCONF_ATK is not set > +# PTXCONF_AT_SPI2_CORE is not set > # PTXCONF_CAIRO is not set > -# PTXCONF_CAIROMM is not set > # PTXCONF_GDK_PIXBUF is not set > # PTXCONF_GLIB_NETWORKING is not set > PTXCONF_GLIB=y > @@ -2716,6 +2698,7 @@ PTXCONF_JSON_GLIB=y > # > # PTXCONF_ALSA_LIB is not set > # PTXCONF_ALSA_UTILS is not set > +# PTXCONF_BEEP is not set > # PTXCONF_LAME is not set > # PTXCONF_LIBID3TAG is not set > # PTXCONF_LIBMAD is not set > -- > 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 |