buildman: Figure out boards before commits
authorSimon Glass <sjg@chromium.org>
Thu, 5 Dec 2019 22:59:13 +0000 (15:59 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 11 Dec 2019 04:11:31 +0000 (21:11 -0700)
commit7c66ead45267122c48bc854d1d5bd0d9a99bf943
tree0078af9a16dc6917df4d181161381e3fb50dc815
parent6a3fc91ea7fdf3f6e35c92eb02c9c73fb9f42d04
buildman: Figure out boards before commits

At present buildman looks at toolchains, then commits and then boards.
Move the board processing up above the commit processing, since it relates
to the toolchain code. This will make it easier to check the toolchains
needed for a board without processing commits first.

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