buildman: Support running from an IDE
authorSimon Glass <sjg@chromium.org>
Tue, 12 Jul 2022 01:03:56 +0000 (19:03 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 5 Aug 2022 15:47:55 +0000 (11:47 -0400)
commitae1a09f8039a064135629e3b37e108e8ee1814b3
tree687b36ef348d2b573c9202a71195348dc7ab503a
parent5635c5072062eb988ff60385ad9b93526d22ce7c
buildman: Support running from an IDE

Add a flag to allow buildman to behave properly for use from an IDE. This
shows error/warning output on stderr and drops all summary and progress
information.

This should normally only be used when building a single board.

Fix up a confusing comment for GetResultSummary() while we are here, since
we want to use the Outcome object to access the unprocessed error lines
from the build.

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