
4 Nov
2020
4 Nov
'20
12:03 a.m.
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 ---
(no changes since v1)
tools/patman/patchstream.py | 4 +++- tools/patman/series.py | 6 +++++- 2 files changed, 8 insertions(+), 2 deletions(-)
Applied to u-boot-dm, thanks!