commit | 8093a8fda58801dc10a673494c6f6d561d78d1ec | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 29 21:46:25 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Nov 05 09:11:31 2020 -0700 |
tree | ba5b3d635f1f729fa4da83df43289153bbf8bb75 | |
parent | 6d00f6cd45c75f765f445ea51303256203b0f346 [diff] |
patman: Convert 'Series-xxx' tag errors into warnings If the Series-xxx tag is not recognised patman currently reports a fatal error. This is inconvenient if a new feature is later added to patman that an earlier version does not support. Report a warning instead, to allow the user to take action if needed, but still allow operation to proceed. Signed-off-by: Simon Glass <sjg@chromium.org>