]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
buildman: Add -C option to force a reconfigure for each commit
authorSimon Glass <sjg@chromium.org>
Mon, 14 Jul 2014 23:51:02 +0000 (17:51 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 28 Jul 2014 03:52:48 +0000 (04:52 +0100)
commit97e915262e06c5980124de2e0fe5c2f34b40ee8f
tree34c5f4374a1131b9a1e4c3dfeb0184717f91bc6f
parent772e173802627a1917a3f5878ad4b9b920089a33
buildman: Add -C option to force a reconfigure for each commit

Normally buildman wil try to configure U-Boot for a particular board on the
first commit that it builds in a series. Subsequent commits are built
without reconfiguring which normally works. Where it doesn't, buildman
automatically reconfigures and retries.

To fully emulate the way MAKEALL works, we should have an option to disable
this optimisation.

Add a -C option to cause buildman to always reconfigure on each commit.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/builder.py
tools/buildman/buildman.py
tools/buildman/control.py