Re: [PATCH] Makefile: add -W for BINMAN_ALLOW_MISSING

2022-12-22 Thread Nikita Shubin
Hello Tom! On Thu, 22 Dec 2022 09:14:59 -0500 Tom Rini wrote: > Yes, that's what BINMAN_ALLOW_MISSING=1 does. If top of tree master > doesn't work for you, can you please post a patch so that the rest of > us can replicate the failure and see what to do next? Thanks. > You are right - i accide

Re: [PATCH] Makefile: add -W for BINMAN_ALLOW_MISSING

2022-12-22 Thread Tom Rini
On Thu, Dec 22, 2022 at 10:01:16AM +0300, Nikita Shubin wrote: > Hello Tom! > > On Mon, 19 Dec 2022 08:36:30 -0500 > Tom Rini wrote: > > > On Mon, Dec 19, 2022 at 11:21:45AM +0300, Nikita Shubin wrote: > > > Hello Tom and Simon! > > > > > > On Sat, 17 Dec 2022 14:38:30 -0700 > > > Simon Glass

Re: [PATCH] Makefile: add -W for BINMAN_ALLOW_MISSING

2022-12-21 Thread Nikita Shubin
Hello Tom! On Mon, 19 Dec 2022 08:36:30 -0500 Tom Rini wrote: > On Mon, Dec 19, 2022 at 11:21:45AM +0300, Nikita Shubin wrote: > > Hello Tom and Simon! > > > > On Sat, 17 Dec 2022 14:38:30 -0700 > > Simon Glass wrote: > > > > > +Tom Rini > > > > > > We do actually want to report the failur

Re: [PATCH] Makefile: add -W for BINMAN_ALLOW_MISSING

2022-12-19 Thread Tom Rini
On Mon, Dec 19, 2022 at 11:21:45AM +0300, Nikita Shubin wrote: > Hello Tom and Simon! > > On Sat, 17 Dec 2022 14:38:30 -0700 > Simon Glass wrote: > > > +Tom Rini > > > > We do actually want to report the failure, since it means that the > > image will not function. This was a recent change requ

Re: [PATCH] Makefile: add -W for BINMAN_ALLOW_MISSING

2022-12-19 Thread Nikita Shubin
Hello Tom and Simon! On Sat, 17 Dec 2022 14:38:30 -0700 Simon Glass wrote: > +Tom Rini > > We do actually want to report the failure, since it means that the > image will not function. This was a recent change requested by a few > people. It doesn't make sense to me - if i am passing "--allow-

Re: [PATCH] Makefile: add -W for BINMAN_ALLOW_MISSING

2022-12-17 Thread Simon Glass
Hi, +Tom Rini On Fri, 16 Dec 2022 at 02:27, Nikita Shubin wrote: > > From: Nikita Shubin > > Otherwise make will produce an error even with --allow-missing and > --fake-ext-blobs set. > > Fixes: b38da15a054 ("binman: Use an exit code when blobs are missing") > Signed-off-by: Nikita Shubin > --

[PATCH] Makefile: add -W for BINMAN_ALLOW_MISSING

2022-12-16 Thread Nikita Shubin
From: Nikita Shubin Otherwise make will produce an error even with --allow-missing and --fake-ext-blobs set. Fixes: b38da15a054 ("binman: Use an exit code when blobs are missing") Signed-off-by: Nikita Shubin --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make