]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
buildman: Allow building of current source tree
authorSimon Glass <sjg@chromium.org>
Sat, 9 Aug 2014 21:32:59 +0000 (15:32 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 13 Aug 2014 14:34:14 +0000 (08:34 -0600)
commitfea5858eb9067e326a0d30df1e8ce3af230541d4
treeacfa57a828d5895bc0f4472f93544f7e7c906839
parent6eede34ce6d815f5c3a7a42df45331f8eaef57cd
buildman: Allow building of current source tree

Originally buildman had some support for building the current source tree.
However this was dropped before it was submitted, as part of the effort to
make it faster when building entire branches.

Reinstate this support. If no -b option is given, buildman will build the
current source tree.

Reported-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/builder.py
tools/buildman/control.py