[U-Boot] Please pull u-boot-x86.git branch buildman
Simon Glass
sjg at chromium.org
Wed Aug 13 16:46:48 CEST 2014
The following changes since commit 5b7d0027c2463101dabf337a7cccd768fc20b85e:
Merge branch 'master' of git://git.denx.de/u-boot-blackfin
(2014-08-12 16:54:55 -0400)
are available in the git repository at:
http://git.denx.de/u-boot-x86.git
for you to fetch changes up to e49f14af1349eef94e41b636320bbfcace7403b5:
patman: Only use git's --no-decorate when available (2014-08-13
08:34:16 -0600)
----------------------------------------------------------------
Simon Glass (15):
buildman: Fix a few typos
buildman: Add some notes about moving from MAKEALL
buildman: Allow building of current source tree
buildman: Move BuilderThread code to its own file
buildman: Sort command line options
buildman: Refactor output options
buildman: Add verbose option to display errors as they happen
buildman: Remove unused non-incremental build method code
buildman: Add an option to specify the buildman config file
buildman: Add a message indicating there are no errors
buildman: Add a few more toolchain examples to the README
buildman: Introduce an 'and' operator for board selection
buildman: Allow selection of the number of commits to build
patman: Move the 'git log' command into a function
patman: Only use git's --no-decorate when available
tools/buildman/README | 159 +++++++++++++++++++--
tools/buildman/board.py | 144 ++++++++++++++++---
tools/buildman/builder.py | 545
++++++++++--------------------------------------------------------------
tools/buildman/builderthread.py | 434
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
tools/buildman/buildman.py | 16 ++-
tools/buildman/control.py | 108 ++++++++++-----
tools/buildman/test.py | 56 +++++++-
tools/patman/gitutil.py | 40 +++++-
tools/patman/patchstream.py | 11 +-
9 files changed, 947 insertions(+), 566 deletions(-)
create mode 100644 tools/buildman/builderthread.py
More information about the U-Boot
mailing list