aboutsummaryrefslogtreecommitdiff
path: root/tools/buildman/README
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-04-09 15:08:52 -0600
committerSimon Glass <sjg@chromium.org>2020-04-21 06:33:47 -0600
commit174592b964c762eca5e405494dda0ffc10deeb7b (patch)
tree811bd3950582645a3f28f57678a202687df15254 /tools/buildman/README
parenteb70a2c0598c416777049a89c09c32474ff918b0 (diff)
downloadu-boot-174592b964c762eca5e405494dda0ffc10deeb7b.zip
u-boot-174592b964c762eca5e405494dda0ffc10deeb7b.tar.gz
u-boot-174592b964c762eca5e405494dda0ffc10deeb7b.tar.bz2
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/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/buildman/README b/tools/buildman/README
index f299b0c..0663ec3 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
==========================