]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
buildman - U-Boot multi-threaded builder and summary tool
authorSimon Glass <sjg@chromium.org>
Wed, 3 Apr 2013 11:07:16 +0000 (11:07 +0000)
committerSimon Glass <sjg@chromium.org>
Thu, 4 Apr 2013 21:04:35 +0000 (14:04 -0700)
commitfc3fe1c287fc5ee4c528b4059405571fcd2d55bd
treefe113dd4e9f515ef205d201f528498626193888e
parent3fefd5efa664adc06ed49547e817f3e328266a15
buildman - U-Boot multi-threaded builder and summary tool

This tool handles building U-Boot to check that you have not broken it
with your patch series. It can build each individual commit and report
which boards fail on which commits, and which errors come up. It also
shows differences in image sizes due to particular commits.

Buildman aims to make full use of multi-processor machines.

Documentation and caveats are in tools/buildman/README.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/.gitignore [new file with mode: 0644]
tools/buildman/README [new file with mode: 0644]
tools/buildman/board.py [new file with mode: 0644]
tools/buildman/bsettings.py [new file with mode: 0644]
tools/buildman/builder.py [new file with mode: 0644]
tools/buildman/buildman [new symlink]
tools/buildman/buildman.py [new file with mode: 0755]
tools/buildman/control.py [new file with mode: 0644]
tools/buildman/test.py [new file with mode: 0644]
tools/buildman/toolchain.py [new file with mode: 0644]