From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 23 Sep 2025 14:42:47 +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 1v12M3-000CAu-06 for lore@lore.pengutronix.de; Tue, 23 Sep 2025 14:42:47 +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 1v12M2-0004iW-Hn; Tue, 23 Sep 2025 14:42:46 +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 1v12M1-0004iO-0X for distrokit@pengutronix.de; Tue, 23 Sep 2025 14:42:45 +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 1v12M0-0005i4-2f for distrokit@pengutronix.de; Tue, 23 Sep 2025 14:42:44 +0200 Received: from rhi by pty.whiteo.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1v12M0-008qvC-2O for distrokit@pengutronix.de; Tue, 23 Sep 2025 14:42:44 +0200 Date: Tue, 23 Sep 2025 14:42:44 +0200 From: Roland Hieber To: distrokit@pengutronix.de Message-ID: <1758631208-c7e095929591030497a3994e@pty> References: <20250923123948.1292035-1-rhi@pengutronix.de> <20250923123948.1292035-2-rhi@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20250923123948.1292035-2-rhi@pengutronix.de> Subject: Re: [DistroKit] [PATCH 2/4] rpi1: update to OSELAS.Toolchain 2024.11.1 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: , 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 On Tue, Sep 23, 2025 at 02:39:27PM +0200, Roland Hieber wrote: > Update to the most recent toolchain version, and run 'oldconfig'. BTW, is anyone still using platform-rpi1? We have no board in our test labs at PTX, and I don't know if we even still have one somewhere… I also don't know if that platform has been tested at all in the recent years. Otherwise I was thinking about moving some old platforms into an extra BSP layer so the maintainance state becomes clearer. - Roland > Signed-off-by: Roland Hieber > --- > configs/platform-rpi1/kernelconfig | 8 ++++---- > configs/platform-rpi1/platformconfig | 6 +++--- > 2 files changed, 7 insertions(+), 7 deletions(-) > > diff --git a/configs/platform-rpi1/kernelconfig b/configs/platform-rpi1/kernelconfig > index c2b30d54bcc5..08e7a58a0fff 100644 > --- a/configs/platform-rpi1/kernelconfig > +++ b/configs/platform-rpi1/kernelconfig > @@ -2,14 +2,14 @@ > # Automatically generated file; DO NOT EDIT. > # Linux/arm 6.6 Kernel Configuration > # > -CONFIG_CC_VERSION_TEXT="arm-1136jfs-linux-gnueabihf-gcc (OSELAS.Toolchain-2023.07.1 13-20231118) 13.2.1 20231118" > +CONFIG_CC_VERSION_TEXT="arm-1136jfs-linux-gnueabihf-gcc (OSELAS.Toolchain-2024.11.1 14-20250308) 14.2.1 20250308" > CONFIG_CC_IS_GCC=y > -CONFIG_GCC_VERSION=130201 > +CONFIG_GCC_VERSION=140201 > CONFIG_CLANG_VERSION=0 > CONFIG_AS_IS_GNU=y > -CONFIG_AS_VERSION=24000 > +CONFIG_AS_VERSION=24301 > CONFIG_LD_IS_BFD=y > -CONFIG_LD_VERSION=24000 > +CONFIG_LD_VERSION=24301 > CONFIG_LLD_VERSION=0 > CONFIG_CC_CAN_LINK=y > CONFIG_CC_CAN_LINK_STATIC=y > diff --git a/configs/platform-rpi1/platformconfig b/configs/platform-rpi1/platformconfig > index 4a1d1ada36f5..fec9cae60c6e 100644 > --- a/configs/platform-rpi1/platformconfig > +++ b/configs/platform-rpi1/platformconfig > @@ -67,11 +67,11 @@ PTXCONF_SYSROOT_CROSS="${PTXDIST_PLATFORMDIR}/sysroot-cross" > # > # toolchain > # > -PTXCONF_CROSSCHAIN_VENDOR="OSELAS.Toolchain-2023.07" > -PTXCONF_CROSSCHAIN_CHECK="13.2.1" > +PTXCONF_CROSSCHAIN_VENDOR="OSELAS.Toolchain-2024.11.1" > +PTXCONF_CROSSCHAIN_CHECK="14.2.1" > PTXCONF_LIBC_GLIBC=y > # PTXCONF_LIBC_UCLIBC is not set > -PTXCONF_GLIBC_VERSION="2.37" > +PTXCONF_GLIBC_VERSION="2.40" > PTXCONF_GNU_TARGET="arm-1136jfs-linux-gnueabihf" > PTXCONF_COMPILER_PREFIX="${PTXCONF_GNU_TARGET}-" > PTXCONF_COMPILER_PREFIX_KERNEL="${PTXCONF_COMPILER_PREFIX}" > -- > 2.47.3 > > > -- Roland Hieber, Pengutronix e.K. | rhi@pengutronix.de | Steuerwalder Str. 21 | https://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |