buildman: Add a --boards option to specify particular boards to build
authorSimon Glass <sjg@chromium.org>
Tue, 12 Jun 2018 05:26:46 +0000 (23:26 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 14 Nov 2018 17:16:27 +0000 (09:16 -0800)
commit0689036a35296a3d51685a0b671f805818f94af7
tree07e7263dfb912d0805298526fbc1648945f3f6ce
parentbd8b74551b64e740ca27510406d26bd82ae74c38
buildman: Add a --boards option to specify particular boards to build

At present 'buildman sandbox' will build all 5 boards for the sandbox
architecture rather than the single board 'sandbox'. The only current way
to exclude sandbox_spl, sandbox_noblk, etc. is to use -x which is a bit
clumbsy.

Add a --boards option to allow individual build targets to be specified.

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