]> git.baikalelectronics.ru Git - uboot.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)
commitcfa14ebaebb300a5c9ebe782dcb7ef6945888192
treeca38bcb5b59f05f837a2350588574e9eaa8f6fd5
parentdde1bf36788ec2d7771082f9dd4f8e06a18f04ad
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