Re: [PATCH v2] Makefile: Fake external blob with BINMAN_ALLOW_MISSING=1

2024-11-18 Thread Yannic Moog
On Fri, 2024-11-15 at 07:20 -0700, Simon Glass wrote: > Hi Yannic, > > On Thu, 14 Nov 2024 at 00:51, Yannic Moog wrote: > > > > Hi Simon, > > > > On Wed, 2024-11-06 at 08:35 -0700, Simon Glass wrote: > > > This flag was lost by a previous change and has never been > > > restored. > > > Without

Re: [PATCH v2] Makefile: Fake external blob with BINMAN_ALLOW_MISSING=1

2024-11-15 Thread Simon Glass
Hi Yannic, On Thu, 14 Nov 2024 at 00:51, Yannic Moog wrote: > > Hi Simon, > > On Wed, 2024-11-06 at 08:35 -0700, Simon Glass wrote: > > This flag was lost by a previous change and has never been restored. > > Without it, binman cannot fully handle missing blobs which are > > themselves inputs to

Re: [PATCH v2] Makefile: Fake external blob with BINMAN_ALLOW_MISSING=1

2024-11-13 Thread Yannic Moog
Hi Simon, On Wed, 2024-11-06 at 08:35 -0700, Simon Glass wrote: > This flag was lost by a previous change and has never been restored. > Without it, binman cannot fully handle missing blobs which are > themselves inputs to mkimage. > > Discussion on this at [1] indicated that this was necessary b

Re: [PATCH v2] Makefile: Fake external blob with BINMAN_ALLOW_MISSING=1

2024-11-13 Thread Tom Rini
On Wed, 06 Nov 2024 08:35:43 -0700, Simon Glass wrote: > This flag was lost by a previous change and has never been restored. > Without it, binman cannot fully handle missing blobs which are > themselves inputs to mkimage. > > Discussion on this at [1] indicated that this was necessary but the >

[PATCH v2] Makefile: Fake external blob with BINMAN_ALLOW_MISSING=1

2024-11-06 Thread Simon Glass
This flag was lost by a previous change and has never been restored. Without it, binman cannot fully handle missing blobs which are themselves inputs to mkimage. Discussion on this at [1] indicated that this was necessary but the patch was not updated. Restore the flag so that all missing blobs a