mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
buildman: Enable buildman on aarch64 hosts
At kernel.org aarch64 toolchains are published in folder arm64. Fix the URL for that case, so that we can fetch toolchains on aarch64 machines. Signed-off-by: Matthias Brugger <mbrugger@suse.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
committed by
Simon Glass
parent
8d73be7a8e
commit
2f7c53cbd3
@@ -487,6 +487,8 @@ class Toolchains:
|
|||||||
URL containing this toolchain, if avaialble, else None
|
URL containing this toolchain, if avaialble, else None
|
||||||
"""
|
"""
|
||||||
arch = command.OutputOneLine('uname', '-m')
|
arch = command.OutputOneLine('uname', '-m')
|
||||||
|
if arch == 'aarch64':
|
||||||
|
arch = 'arm64'
|
||||||
base = 'https://www.kernel.org/pub/tools/crosstool/files/bin'
|
base = 'https://www.kernel.org/pub/tools/crosstool/files/bin'
|
||||||
versions = ['7.3.0', '6.4.0', '4.9.4']
|
versions = ['7.3.0', '6.4.0', '4.9.4']
|
||||||
links = []
|
links = []
|
||||||
|
Reference in New Issue
Block a user