Re: [PATCH v2 01/38] Makefile: Fake external blobs by default with binman

2022-10-10 Thread Simon Glass
Hi Tom, On Mon, 10 Oct 2022 at 09:36, Tom Rini wrote: > > On Mon, Oct 10, 2022 at 09:33:59AM -0600, Simon Glass wrote: > > Hi Tom, > > > > On Mon, 10 Oct 2022 at 09:24, Tom Rini wrote: > > > > > > On Mon, Oct 10, 2022 at 09:19:39AM -0600, Simon Glass wrote: > > > > Hi Rasmus, > > > > > > > > On

Re: [PATCH v2 01/38] Makefile: Fake external blobs by default with binman

2022-10-10 Thread Tom Rini
On Mon, Oct 10, 2022 at 09:33:59AM -0600, Simon Glass wrote: > Hi Tom, > > On Mon, 10 Oct 2022 at 09:24, Tom Rini wrote: > > > > On Mon, Oct 10, 2022 at 09:19:39AM -0600, Simon Glass wrote: > > > Hi Rasmus, > > > > > > On Mon, 10 Oct 2022 at 04:16, Rasmus Villemoes > > > wrote: > > > > > > > > O

Re: [PATCH v2 01/38] Makefile: Fake external blobs by default with binman

2022-10-10 Thread Simon Glass
Hi Tom, On Mon, 10 Oct 2022 at 09:24, Tom Rini wrote: > > On Mon, Oct 10, 2022 at 09:19:39AM -0600, Simon Glass wrote: > > Hi Rasmus, > > > > On Mon, 10 Oct 2022 at 04:16, Rasmus Villemoes > > wrote: > > > > > > On 10/01/2022 04.13, Simon Glass wrote: > > > > This behaviour is necessary with boa

Re: [PATCH v2 01/38] Makefile: Fake external blobs by default with binman

2022-10-10 Thread Tom Rini
On Mon, Oct 10, 2022 at 09:19:39AM -0600, Simon Glass wrote: > Hi Rasmus, > > On Mon, 10 Oct 2022 at 04:16, Rasmus Villemoes > wrote: > > > > On 10/01/2022 04.13, Simon Glass wrote: > > > This behaviour is necessary with boards where the binman description > > > requires processing external blobs

Re: [PATCH v2 01/38] Makefile: Fake external blobs by default with binman

2022-10-10 Thread Simon Glass
Hi Rasmus, On Mon, 10 Oct 2022 at 04:16, Rasmus Villemoes wrote: > > On 10/01/2022 04.13, Simon Glass wrote: > > This behaviour is necessary with boards where the binman description > > requires processing external blobs, since these may be missing. > > > > Enable it by default, so that CI is hap

Re: [PATCH v2 01/38] Makefile: Fake external blobs by default with binman

2022-10-10 Thread Tom Rini
On Mon, Oct 10, 2022 at 12:15:58PM +0200, Rasmus Villemoes wrote: > On 10/01/2022 04.13, Simon Glass wrote: > > This behaviour is necessary with boards where the binman description > > requires processing external blobs, since these may be missing. > > > > Enable it by default, so that CI is happy

Re: [PATCH v2 01/38] Makefile: Fake external blobs by default with binman

2022-10-10 Thread Rasmus Villemoes
On 10/01/2022 04.13, Simon Glass wrote: > This behaviour is necessary with boards where the binman description > requires processing external blobs, since these may be missing. > > Enable it by default, so that CI is happy. Warnings indicate that a valid > image is not produced, as with the --allo

Re: [PATCH v2 01/38] Makefile: Fake external blobs by default with binman

2022-01-26 Thread Simon Glass
This behaviour is necessary with boards where the binman description requires processing external blobs, since these may be missing. Enable it by default, so that CI is happy. Warnings indicate that a valid image is not produced, as with the --allow-missing option. Signed-off-by: Simon Glass ---

[PATCH v2 01/38] Makefile: Fake external blobs by default with binman

2022-01-09 Thread Simon Glass
This behaviour is necessary with boards where the binman description requires processing external blobs, since these may be missing. Enable it by default, so that CI is happy. Warnings indicate that a valid image is not produced, as with the --allow-missing option. Signed-off-by: Simon Glass ---