]> git.ipfire.org Git - thirdparty/u-boot.git/commit
buildman: Only print toolchain probing with -v
authorSimon Glass <sjg@chromium.org>
Tue, 6 Nov 2018 23:02:10 +0000 (16:02 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 21 Nov 2018 02:14:22 +0000 (19:14 -0700)
commit40232c91d70f4f2066408cabf1afba1deb190df6
treee4b85c34da8503aed904234c8ecdda3c94262b68
parent12bfb2e05fc29bfbec7eb76ea8cc02e130268801
buildman: Only print toolchain probing with -v

At present --list-tool-chains prints a lot of information about the
toolchain-probing process. This is generally not very interesting.
Update buildman to print this only if --list-tool-chains is given
with -v.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/cmdline.py
tools/buildman/control.py