From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 18 Mar 2026 10:52:43 +0100 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 1w2nZz-0028fT-1Y for lore@lore.pengutronix.de; Wed, 18 Mar 2026 10:52:43 +0100 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1w2nZy-0001Ji-RP; Wed, 18 Mar 2026 10:52:42 +0100 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 1w2nZw-0001JT-Fm; Wed, 18 Mar 2026 10:52:40 +0100 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 1w2nZw-000t0l-0z; Wed, 18 Mar 2026 10:52:40 +0100 Received: from rsc by pty.whiteo.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1w2nZw-000000098Db-0ryA; Wed, 18 Mar 2026 10:52:40 +0100 Date: Wed, 18 Mar 2026 10:52:40 +0100 From: Robert Schwebel To: Roland Hieber Message-ID: References: <20260311152030.3108779-1-rhi@pengutronix.de> <20260318093237.744749-1-rhi@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260318093237.744749-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] fixup! v7a: tf-a: version bump v2.12 -> v2.14 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 This doesn't apply on next. On Wed, Mar 18, 2026 at 10:32:37AM +0100, Roland Hieber wrote: > host-tf-a now tries to detect an aarch32 toolchain early in the Makefile > before trying to build fiptool, and errors out strangely if it cannot > find one, so copy the relevant variables from TF_A_MAKE_OPT into > HOST_TF_A_MAKE_OPT to make it work. > > Signed-off-by: Roland Hieber > --- > Somehow this only happens if you don't have an aarch64 (sic!) toolchain > installed in your PATH, which was the case with most devel hosts I tried > this on before. I'll send the same patch for PTXdist host-tf-a too. > --- > configs/platform-v7a/rules/host-tf-a.arch.make | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > > diff --git a/configs/platform-v7a/rules/host-tf-a.arch.make b/configs/platform-v7a/rules/host-tf-a.arch.make > index c944e7cba59e..612190d51812 100644 > --- a/configs/platform-v7a/rules/host-tf-a.arch.make > +++ b/configs/platform-v7a/rules/host-tf-a.arch.make > @@ -1 +1,7 @@ > -HOST_TF_A_MAKE_OPT := ARCH=$(PTXCONF_TF_A_ARCH_STRING) fiptool > +HOST_TF_A_MAKE_OPT := \ > + CROSS_COMPILE=$(BOOTLOADER_CROSS_COMPILE) \ > + HOSTCC=$(HOSTCC) \ > + ARCH=$(PTXCONF_TF_A_ARCH_STRING) \ > + ARM_ARCH_MAJOR=$(PTXCONF_TF_A_ARM_ARCH_MAJOR) \ > + BUILD_STRING=$(PTXCONF_TF_A_VERSION) \ > + fiptool > -- > 2.47.3 > > > -- 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 |