]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
buildman: run genboardscfg.py all the time
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Fri, 22 Aug 2014 05:33:41 +0000 (14:33 +0900)
committerTom Rini <trini@ti.com>
Thu, 28 Aug 2014 21:18:48 +0000 (17:18 -0400)
commit390f7035d350cc27db05ccd4f5cf9b5cbd4ea2de
tree9b633d9b5607e3430481a76d1baba113e5ed33a1
parent94ab8f411cdc124c2bfd4ce5702c3802428fa534
buildman: run genboardscfg.py all the time

This commit makes sure boards.cfg is up to date before starting
the build tests.  tools/genboardscfg.py exits immediately printing
"boards.cfg is up to date. Nothing to do." when boards.cfg is
already new.

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