From: Roland Hieber <rhi@pengutronix.de>
To: distrokit@pengutronix.de
Cc: Roland Hieber <rhi@pengutronix.de>
Subject: [DistroKit] [PATCH] fixup! v7a: tf-a: version bump v2.12 -> v2.14
Date: Wed, 18 Mar 2026 10:32:37 +0100 [thread overview]
Message-ID: <20260318093237.744749-1-rhi@pengutronix.de> (raw)
In-Reply-To: <20260311152030.3108779-1-rhi@pengutronix.de>
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 <rhi@pengutronix.de>
---
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
next prev parent reply other threads:[~2026-03-18 9:32 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-11 15:19 [DistroKit] [PATCH v2 1/5] " Roland Hieber
2026-03-11 15:19 ` [DistroKit] [PATCH v2 2/5] v7a: tf-a: enable support for LXA FairyTux 2 Roland Hieber
2026-03-11 15:19 ` [DistroKit] [PATCH v2 3/5] v7a: barebox: " Roland Hieber
2026-03-11 15:19 ` [DistroKit] [PATCH v2 4/5] v7a: add and enable image generation for the " Roland Hieber
2026-03-11 15:19 ` [DistroKit] [PATCH v2 5/5] doc: add FairyTux 2 documentation Roland Hieber
2026-03-16 14:00 ` [DistroKit] [PATCH v2 1/5] v7a: tf-a: version bump v2.12 -> v2.14 Robert Schwebel
2026-03-18 9:32 ` Roland Hieber [this message]
2026-03-18 9:52 ` [DistroKit] [PATCH] fixup! " Robert Schwebel
2026-03-18 10:55 ` Roland Hieber
2026-03-18 10:56 ` [DistroKit] [PATCH v2] " Roland Hieber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260318093237.744749-1-rhi@pengutronix.de \
--to=rhi@pengutronix.de \
--cc=distrokit@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox