Re: [PATCH RFC 1/6] tools: binman: ftest.py: fake ext blobs per default

2025-02-16 Thread Yannic Moog
On Fri, 2025-02-14 at 06:48 -0700, Simon Glass wrote: > Hi Yannic, > > On Fri, 14 Feb 2025 at 00:18, Yannic Moog wrote: > > > > Hi Simon, > > > > On Thu, 2025-02-13 at 07:01 -0700, Simon Glass wrote: > > > Hi Yannic, > > > > > > On Thu, 13 Feb 2025 at 00:15, Yannic Moog wrote: > > > > > > >

Re: [PATCH RFC 1/6] tools: binman: ftest.py: fake ext blobs per default

2025-02-14 Thread Simon Glass
Hi Yannic, On Fri, 14 Feb 2025 at 00:18, Yannic Moog wrote: > > Hi Simon, > > On Thu, 2025-02-13 at 07:01 -0700, Simon Glass wrote: > > Hi Yannic, > > > > On Thu, 13 Feb 2025 at 00:15, Yannic Moog wrote: > > > > > > Hi Simon, > > > > > > On Mon, 2025-02-10 at 06:06 -0700, Simon Glass wrote: > >

Re: [PATCH RFC 1/6] tools: binman: ftest.py: fake ext blobs per default

2025-02-13 Thread Yannic Moog
Hi Simon, On Thu, 2025-02-13 at 07:01 -0700, Simon Glass wrote: > Hi Yannic, > > On Thu, 13 Feb 2025 at 00:15, Yannic Moog wrote: > > > > Hi Simon, > > > > On Mon, 2025-02-10 at 06:06 -0700, Simon Glass wrote: > > > Hi Yannic, > > > > > > On Wed, 29 Jan 2025 at 03:30, Yannic Moog wrote: > >

Re: [PATCH RFC 1/6] tools: binman: ftest.py: fake ext blobs per default

2025-02-13 Thread Simon Glass
Hi Yannic, On Thu, 13 Feb 2025 at 00:15, Yannic Moog wrote: > > Hi Simon, > > On Mon, 2025-02-10 at 06:06 -0700, Simon Glass wrote: > > Hi Yannic, > > > > On Wed, 29 Jan 2025 at 03:30, Yannic Moog wrote: > > > > > > The top level Makefile calls binman with fake-ext-blobs. > > > The test setup sh

Re: [PATCH RFC 1/6] tools: binman: ftest.py: fake ext blobs per default

2025-02-12 Thread Yannic Moog
Hi Simon, On Mon, 2025-02-10 at 06:06 -0700, Simon Glass wrote: > Hi Yannic, > > On Wed, 29 Jan 2025 at 03:30, Yannic Moog wrote: > > > > The top level Makefile calls binman with fake-ext-blobs. > > The test setup should reflect this to spot potential bugs before > > reaching users. > > > > Si

Re: [PATCH RFC 1/6] tools: binman: ftest.py: fake ext blobs per default

2025-02-10 Thread Simon Glass
Hi Yannic, On Wed, 29 Jan 2025 at 03:30, Yannic Moog wrote: > > The top level Makefile calls binman with fake-ext-blobs. > The test setup should reflect this to spot potential bugs before > reaching users. > > Signed-off-by: Yannic Moog > --- > tools/binman/ftest.py | 2 +- > 1 file changed, 1

[PATCH RFC 1/6] tools: binman: ftest.py: fake ext blobs per default

2025-01-29 Thread Yannic Moog
The top level Makefile calls binman with fake-ext-blobs. The test setup should reflect this to spot potential bugs before reaching users. Signed-off-by: Yannic Moog --- tools/binman/ftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/binman/ftest.py b/tools/binman/