[U-Boot] [PATCH 1/3] buildman/toolchain.py: update versions
Trevor Woerner
trevor at toganlabs.com
Wed Nov 21 08:31:11 UTC 2018
On kernel.org, a newer 8.1.0 version of the toolchains is available. Also,
update the kernel.org version list to include some of the older versions so
more architectures can be supported.
Signed-off-by: Trevor Woerner <trevor at toganlabs.com>
---
tools/buildman/toolchain.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/buildman/toolchain.py b/tools/buildman/toolchain.py
index 4b35f400e9..442a7f977a 100644
--- a/tools/buildman/toolchain.py
+++ b/tools/buildman/toolchain.py
@@ -430,7 +430,7 @@ class Toolchains:
"""
arch = command.OutputOneLine('uname', '-m')
base = 'https://www.kernel.org/pub/tools/crosstool/files/bin'
- versions = ['7.3.0', '6.4.0', '4.9.4']
+ versions = ['8.1.0', '7.3.0', '6.4.0', '5.5.0', '4.9.4', '4.9.0', '4.8.5', '4.8.0', '4.7.3', '4.6.3', '4.6.2', '4.6.1', '4.5.1', '4.2.4']
links = []
for version in versions:
url = '%s/%s/%s/' % (base, arch, version)
--
2.17.0.582.gccdcbd54c
More information about the U-Boot
mailing list