Re: [PATCH 2/5] binman: Show an error when a file is missing

2020-09-07 Thread Simon Glass
Hi Andy, On Mon, 7 Sep 2020 at 03:08, Andy Shevchenko wrote: > > On Sun, Sep 06, 2020 at 07:43:39PM -0600, Simon Glass wrote: > > On Fri, 4 Sep 2020 at 03:33, Andy Shevchenko > > wrote: > > > On Thu, Sep 03, 2020 at 07:28:53PM -0600, Simon Glass wrote: > > > > > -self._pathname =

Re: [PATCH 2/5] binman: Show an error when a file is missing

2020-09-07 Thread Andy Shevchenko
On Sun, Sep 06, 2020 at 07:43:39PM -0600, Simon Glass wrote: > On Fri, 4 Sep 2020 at 03:33, Andy Shevchenko > wrote: > > On Thu, Sep 03, 2020 at 07:28:53PM -0600, Simon Glass wrote: > > > -self._pathname = tools.GetInputFilename(self._filename, > > > -

Re: [PATCH 2/5] binman: Show an error when a file is missing

2020-09-06 Thread Simon Glass
Hi Andy, On Fri, 4 Sep 2020 at 03:33, Andy Shevchenko wrote: > > On Thu, Sep 03, 2020 at 07:28:53PM -0600, Simon Glass wrote: > > The recent support for missing external binaries does not show an error > > message when a file is genuinely missing (i.e. it is missing but not > > marked as

Re: [PATCH 2/5] binman: Show an error when a file is missing

2020-09-04 Thread Andy Shevchenko
On Thu, Sep 03, 2020 at 07:28:53PM -0600, Simon Glass wrote: > The recent support for missing external binaries does not show an error > message when a file is genuinely missing (i.e. it is missing but not > marked as 'external'). This means that when -m is passed to binman, it > will never report

[PATCH 2/5] binman: Show an error when a file is missing

2020-09-03 Thread Simon Glass
The recent support for missing external binaries does not show an error message when a file is genuinely missing (i.e. it is missing but not marked as 'external'). This means that when -m is passed to binman, it will never report a missing file. Fix this and add a test. Signed-off-by: Simon