Re: [PATCH v2 03/49] binman: Output errors to stderr

2020-06-28 Thread Bin Meng
On Sun, Jun 14, 2020 at 10:57 AM Simon Glass wrote: > > At present binman outputs errors to stdout which means that fails are > effectively silent when printed by buildman, for example. Fix this by > outputing errors to stderr. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Add new b

[PATCH v2 03/49] binman: Output errors to stderr

2020-06-13 Thread Simon Glass
At present binman outputs errors to stdout which means that fails are effectively silent when printed by buildman, for example. Fix this by outputing errors to stderr. Signed-off-by: Simon Glass --- Changes in v2: - Add new binman patch to output errors to stderr tools/binman/main.py | 2 +- 1