-
- Downloads
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>
Showing
- tools/buildman/README 5 additions, 0 deletionstools/buildman/README
- tools/buildman/builder.py 38 additions, 22 deletionstools/buildman/builder.py
- tools/buildman/builderthread.py 13 additions, 3 deletionstools/buildman/builderthread.py
- tools/buildman/cmdline.py 2 additions, 1 deletiontools/buildman/cmdline.py
- tools/buildman/control.py 1 addition, 1 deletiontools/buildman/control.py
- tools/buildman/test.py 9 additions, 3 deletionstools/buildman/test.py
Loading
Please register or sign in to comment