diff options
author | Simon Glass <sjg@chromium.org> | 2020-04-09 15:08:53 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2020-04-21 06:33:47 -0600 |
commit | 113a8a5ff3c44637ebfc661b6c399d39bcb4c180 (patch) | |
tree | dcb5e83186d05158b85ca21554892637540fd60f /tools/buildman/README | |
parent | 174592b964c762eca5e405494dda0ffc10deeb7b (diff) | |
download | u-boot-113a8a5ff3c44637ebfc661b6c399d39bcb4c180.tar.gz u-boot-113a8a5ff3c44637ebfc661b6c399d39bcb4c180.tar.xz u-boot-113a8a5ff3c44637ebfc661b6c399d39bcb4c180.zip |
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/README | 2 |
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 |