-
- Downloads
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>
Showing
- tools/buildman/README 44 additions, 3 deletionstools/buildman/README
- tools/buildman/bsettings.py 10 additions, 0 deletionstools/buildman/bsettings.py
- tools/buildman/cmdline.py 4 additions, 0 deletionstools/buildman/cmdline.py
- tools/buildman/control.py 16 additions, 0 deletionstools/buildman/control.py
- tools/buildman/test.py 6 additions, 0 deletionstools/buildman/test.py
- tools/buildman/toolchain.py 223 additions, 10 deletionstools/buildman/toolchain.py
Loading
Please register or sign in to comment