buildman: Add an option to ignore migration warnings
authorSimon Glass <sjg@chromium.org>
Thu, 9 Apr 2020 21:08:53 +0000 (15:08 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 21 Apr 2020 12:33:47 +0000 (06:33 -0600)
commit113a8a5ff3c44637ebfc661b6c399d39bcb4c180
treedcb5e83186d05158b85ca21554892637540fd60f
parent174592b964c762eca5e405494dda0ffc10deeb7b
buildman: Add an option to ignore migration warnings

These are becoming more common now. They cause boards to show warnings
which can be mistaking for compiler warnings.

Add a buildman option to ignore them. This option works only with the
summary option (-s). It does not affect the build process.

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