]> Git Repo - u-boot.git/commit
docker: Ensure we use the cross toolchain for aarch64 on arm64
authorTom Rini <[email protected]>
Sun, 8 Dec 2024 17:07:29 +0000 (11:07 -0600)
committerTom Rini <[email protected]>
Sat, 21 Dec 2024 18:27:46 +0000 (12:27 -0600)
commita18235dd1a3a63393a096fcd1c288d2499dda91f
treeaa21fcfca13ec9c580aabe6ae752b4d9c1596d29
parentd3bb245855339426d0aaf7ef45fe108e77eb2d91
docker: Ensure we use the cross toolchain for aarch64 on arm64

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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
tools/docker/Dockerfile
This page took 0.029348 seconds and 4 git commands to generate.