Re: [PATCH v5 04/16] binman: Use an exit code when blobs are missing

2022-11-22 Thread Simon Glass
At present binman returns success when told to handle missing/faked blobs or missing bintools. This is confusing since 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. Rename the flag to --ignore-missing since it contr

[PATCH v5 04/16] binman: Use an exit code when blobs are missing

2022-11-09 Thread Simon Glass
At present binman returns success when told to handle missing/faked blobs or missing bintools. This is confusing since 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. Rename the flag to --ignore-missing since it contr