Re: [PATCH v3 3/9] binman: Use an exit code when blobs are missing

2022-11-09 Thread Simon Glass
Hi Quentin, On Mon, 7 Nov 2022 at 07:17, Quentin Schulz wrote: > > Hi Simon, > > On 11/6/22 00:04, Simon Glass wrote: > > At present binman returns success when told to handle missing blobs. > > This is confusing this in fact the resulting image cannot work. > > > > Use exit code 103 to signal th

Re: [PATCH v3 3/9] binman: Use an exit code when blobs are missing

2022-11-07 Thread Quentin Schulz
Hi Simon, On 11/6/22 00:04, Simon Glass wrote: At present binman returns success when told to handle missing blobs. This is confusing this in fact the resulting image cannot work. Use exit code 103 to signal this problem, with a -W option to convert it to a warning. Add documentation about exi

[PATCH v3 3/9] binman: Use an exit code when blobs are missing

2022-11-05 Thread Simon Glass
At present binman returns success when told to handle missing blobs. This is confusing this in fact the resulting image cannot work. Use exit code 103 to signal this problem, with a -W option to convert it to a warning. Add documentation about exit codes while we are here. Signed-off-by: Simon G