]> git.ipfire.org Git - thirdparty/u-boot.git/commit
buildman: Support single-threaded operation
authorSimon Glass <sjg@chromium.org>
Sun, 31 Jan 2021 05:17:46 +0000 (22:17 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 4 Mar 2021 22:51:43 +0000 (17:51 -0500)
commitb82492bbccb0ecdee17108ed43c4220f00f3f4f3
treeca38bcb5b59f05f837a2350588574e9eaa8f6fd5
parentd6bf36c775213689763ad05913a1b5e76a61daaf
buildman: Support single-threaded operation

At present even if only a single thread is in use, buildman still uses
threading.

For some debugging it is helpful to do everything in the main process.
Allow -T0 to support this.

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