Re: [PATCH 4/5] binman: Use an exit code when blobs are missing

2022-10-14 Thread Simon Glass
Hi Tom, On Wed, 12 Oct 2022 at 08:29, Tom Rini wrote: > > On Wed, Oct 12, 2022 at 06:59:21AM -0600, Simon Glass wrote: > > Hi Tom, > > > > On Tue, 11 Oct 2022 at 15:05, Tom Rini wrote: > > > > > > On Mon, Oct 10, 2022 at 04:25:36PM -0600, Simon Glass wrote: > > > > Hi Tom, > > > > > > > > On Mon

Re: [PATCH 4/5] binman: Use an exit code when blobs are missing

2022-10-12 Thread Tom Rini
On Wed, Oct 12, 2022 at 06:59:21AM -0600, Simon Glass wrote: > Hi Tom, > > On Tue, 11 Oct 2022 at 15:05, Tom Rini wrote: > > > > On Mon, Oct 10, 2022 at 04:25:36PM -0600, Simon Glass wrote: > > > Hi Tom, > > > > > > On Mon, 10 Oct 2022 at 14:41, Tom Rini wrote: > > > > > > > > On Mon, Oct 10, 20

Re: [PATCH 4/5] binman: Use an exit code when blobs are missing

2022-10-12 Thread Simon Glass
Hi Tom, On Tue, 11 Oct 2022 at 15:05, Tom Rini wrote: > > On Mon, Oct 10, 2022 at 04:25:36PM -0600, Simon Glass wrote: > > Hi Tom, > > > > On Mon, 10 Oct 2022 at 14:41, Tom Rini wrote: > > > > > > On Mon, Oct 10, 2022 at 02:00:31PM -0600, Simon Glass wrote: > > > > > > > At present binman return

Re: [PATCH 4/5] binman: Use an exit code when blobs are missing

2022-10-11 Thread Tom Rini
On Mon, Oct 10, 2022 at 04:25:36PM -0600, Simon Glass wrote: > Hi Tom, > > On Mon, 10 Oct 2022 at 14:41, Tom Rini wrote: > > > > On Mon, Oct 10, 2022 at 02:00:31PM -0600, Simon Glass wrote: > > > > > At present binman returns success when told to handle missing blobs. > > > This is confusing this

Re: [PATCH 4/5] binman: Use an exit code when blobs are missing

2022-10-11 Thread Quentin Schulz
Hi Simon, On 10/10/22 22:00, 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. Signed-off-by: Simon Glass

Re: [PATCH 4/5] binman: Use an exit code when blobs are missing

2022-10-10 Thread Simon Glass
Hi Tom, On Mon, 10 Oct 2022 at 14:41, Tom Rini wrote: > > On Mon, Oct 10, 2022 at 02:00:31PM -0600, 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

Re: [PATCH 4/5] binman: Use an exit code when blobs are missing

2022-10-10 Thread Tom Rini
On Mon, Oct 10, 2022 at 02:00:31PM -0600, 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. > > S

[PATCH 4/5] binman: Use an exit code when blobs are missing

2022-10-10 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. Signed-off-by: Simon Glass --- tools/binman/binman.rst | 4 tools/bin