diff options
author | Simon Glass <sjg@chromium.org> | 2020-04-09 15:08:52 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2020-04-21 06:33:47 -0600 |
commit | 174592b964c762eca5e405494dda0ffc10deeb7b (patch) | |
tree | 811bd3950582645a3f28f57678a202687df15254 /tools/buildman/README | |
parent | eb70a2c0598c416777049a89c09c32474ff918b0 (diff) |
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>
Diffstat (limited to 'tools/buildman/README')
-rw-r--r-- | tools/buildman/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/buildman/README b/tools/buildman/README index f299b0c297..0663ec33a5 100644 --- a/tools/buildman/README +++ b/tools/buildman/README @@ -1124,6 +1124,9 @@ warnings will produce success (since 129 is changed to 0). If there are both warnings and errors, errors win, so buildman returns 128. +The -y option is provided (for use with -s) to ignore the bountiful device-tree +warnings. + How to change from MAKEALL ========================== |