[PATCH 6/9] docker: Ensure we use the cross toolchain for aarch64 on arm64
Simon Glass
sjg at chromium.org
Mon Dec 9 14:29:21 CET 2024
On Sun, 8 Dec 2024 at 12:09, Tom Rini <trini at konsulko.com> wrote:
>
> We do not want to use the host toolchain for building our platforms in
> CI (it is both too old, and would be inconsistent with our CI
> practices). To do this we need to set the toolchain-prefix so that we
> don't end up guessing "/opt/.../aarch64-linux-aarch64-linux-" as the
> prefix.
>
> Link: https://source.denx.de/u-boot/custodians/u-boot-dm/-/issues/32
> Signed-off-by: Tom Rini <trini at konsulko.com>
> ---
> tools/docker/Dockerfile | 3 +++
> 1 file changed, 3 insertions(+)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list