]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
buildman: Add the option to download toolchains from kernel.org
authorSimon Glass <sjg@chromium.org>
Tue, 2 Dec 2014 00:34:06 +0000 (17:34 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 15 Jan 2015 05:16:54 +0000 (21:16 -0800)
commit827e37b55869933951e7e7db3693d4df001fd609
tree87a464f7cacf9cfa35ed5cc9d13512ac71217885
parent9b83bfdcb0baac4c2f986c600a2a7c2e946ad17c
buildman: Add the option to download toolchains from kernel.org

The site at https://www.kernel.org/pub/tools/crosstool/ is a convenient
repository of toolchains which can be used for U-Boot. Add a feature to
download and install a toolchain for a selected architecture automatically.

It isn't clear how long this site will stay in the current place and
format, but we should be able to rely on bug reports if it changes.

Suggested-by: Marek VaĊĦut <marex@denx.de>
Suggested-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/README
tools/buildman/bsettings.py
tools/buildman/cmdline.py
tools/buildman/control.py
tools/buildman/test.py
tools/buildman/toolchain.py