bulidman: Add support for a simple build
authorSimon Glass <sjg@chromium.org>
Wed, 18 Mar 2020 15:42:42 +0000 (09:42 -0600)
committerTom Rini <trini@konsulko.com>
Sat, 11 Apr 2020 01:21:06 +0000 (21:21 -0400)
commitd829f1217c678d663263061e990481ae6e051e1d
treeaa36995b989d55a9555c7afbd8031f7879f423b8
parente9fbbf633e6256a9749c6d8e6876dafa86213351
bulidman: Add support for a simple build

It is useful to run a simple build and put all the output in a single
directory. Add a -w option to support this.

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