buildman: Add an option to ignore device-tree warnings
authorSimon Glass <sjg@chromium.org>
Thu, 9 Apr 2020 21:08:52 +0000 (15:08 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 21 Apr 2020 12:33:47 +0000 (06:33 -0600)
commit174592b964c762eca5e405494dda0ffc10deeb7b
tree811bd3950582645a3f28f57678a202687df15254
parenteb70a2c0598c416777049a89c09c32474ff918b0
buildman: Add an option to ignore device-tree warnings

Unfortunately the plague of device-tree warnings has not lifted. These
warnings infiltrate almost every build, adding noise and confusion.

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