[U-Boot] [PATCH v2 0/4] buildman: Threading and output improvements

Simon Glass sjg at chromium.org
Sun Nov 13 22:25:49 CET 2016


This series includes a few minor improvements to buildman:

- Cleaner output and updates on what buildman is doing at the start
- a way to generate only the CONFIG options in a build, for speed (-D)
- a fix for pressing Ctrl-C during a build (so that it exits cleanly).

(all but the second is now applied)


Changes in v2:
- Rebase to mainline with Masahiro's changes
- Fix failure to reconfigure when needed
- Drop patches previously applied

Simon Glass (4):
  Makefile: Add a target to create the .cfg files
  buildman: Add an option to just create the config
  buildman: Add documentation for CONFIG checking
  buildman: Squash useless output from -K

 Makefile                        |  3 +++
 tools/buildman/README           | 49 +++++++++++++++++++++++++++++++++++++++++
 tools/buildman/builder.py       | 37 +++++++++++++++++++++----------
 tools/buildman/builderthread.py | 14 +++++++-----
 tools/buildman/cmdline.py       |  4 ++++
 tools/buildman/control.py       |  4 +++-
 6 files changed, 93 insertions(+), 18 deletions(-)

-- 
2.8.0.rc3.226.g39d4020



More information about the U-Boot mailing list