summaryrefslogtreecommitdiff
path: root/tools/buildman/README
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-04-10 00:08:53 +0300
committerSimon Glass <sjg@chromium.org>2020-04-21 15:33:47 +0300
commit113a8a5ff3c44637ebfc661b6c399d39bcb4c180 (patch)
treedcb5e83186d05158b85ca21554892637540fd60f /tools/buildman/README
parent174592b964c762eca5e405494dda0ffc10deeb7b (diff)
downloadu-boot-113a8a5ff3c44637ebfc661b6c399d39bcb4c180.tar.xz
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>
Diffstat (limited to 'tools/buildman/README')
-rw-r--r--tools/buildman/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildman/README b/tools/buildman/README
index 0663ec33a5..fe76d4ce0e 100644
--- a/tools/buildman/README
+++ b/tools/buildman/README
@@ -1125,7 +1125,7 @@ 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.
+warnings. Similarly, -Y tells buildman to ignore the migration warnings.
How to change from MAKEALL