]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
buildman: Improve the toolchain progress/error output
authorSimon Glass <sjg@chromium.org>
Thu, 28 Jul 2016 02:33:02 +0000 (20:33 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 1 Aug 2016 01:37:08 +0000 (19:37 -0600)
commit713bea38dde23794aa7ff6a276829b54a7ffbd99
tree3a317fa84a06422343f0914d2d2782879a4ffcc9
parent80e6a487505c44bffbf5bf97cfa5ce2176e0cd9b
buildman: Improve the toolchain progress/error output

Use colour to make it easier to see what is going on. Also print a message
before downloading a new toolchain. Mention --fetch-arch in the message that
is shown when there are no available toolchains, since this is the quickest
way to resolve the problem.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
tools/buildman/control.py
tools/buildman/toolchain.py