
This makes a few minor improvements to buildman to make it work more easiler for first-time users:
- Improve progress and warning messages when fetching toolchains - Fix a bug where toolchain paths can be overwritten when fetching - Note at the top of the help how to get started
Also this series removes MAKEALL. Since buildman has been around for 3 years it may be time to do this. If not, we can leave it for now.
Changes in v2: - Add a message about how to install toolchains - Add code to actually suppress the warning - Glob the whole toolchain directly instead of adding separate entries - Update to suggest fetching just the 'arm' tool chain
Simon Glass (11): buildman: Tidy up the README a little buildman: Automatically create a config file if needed buildman: Fix the 'help' test to use the correct path buildman: Allow the toolchain error to be suppressed buildman: Improve the toolchain progress/error output buildman: Fix a typo in TestSettingsHasPath() buildman: Drop the toolchain error when downloading toolchains buildman: Avoid overwriting existing toolchain entries buildman: Add a quick-start note Drop the MAKEALL tool Drop references to MAKEALL in the documentation
MAKEALL | 850 ------------------------------------- README | 35 +- board/Barix/ipam390/README.ipam390 | 12 +- doc/README.sha1 | 5 +- tools/buildman/README | 67 ++- tools/buildman/bsettings.py | 44 ++ tools/buildman/control.py | 26 +- tools/buildman/func_test.py | 2 +- tools/buildman/toolchain.py | 49 ++- 9 files changed, 151 insertions(+), 939 deletions(-) delete mode 100755 MAKEALL