
9 Dec
2024
9 Dec
'24
2:29 p.m.
On Sun, 8 Dec 2024 at 12:09, Tom Rini trini@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@konsulko.com
tools/docker/Dockerfile | 3 +++ 1 file changed, 3 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org