Re: [PATCH v3 0/6] Fix handling of optional blobs in binman

2025-08-15 Thread Tim Harvey
On Thu, Aug 14, 2025 at 11:46 PM Yannic Moog wrote: > > Am Freitag, dem 15.08.2025 um 05:44 + schrieb Yannic Moog: > > Hi Tim, > > > > Am Donnerstag, dem 14.08.2025 um 12:54 -0700 schrieb Tim Harvey: > > > On Thu, Jun 26, 2025 at 10:57 AM Tom Rini wrote: > > > > > > > > On Fri, 13 Jun 2025 14

Re: [PATCH v3 0/6] Fix handling of optional blobs in binman

2025-08-14 Thread Yannic Moog
Am Freitag, dem 15.08.2025 um 05:44 + schrieb Yannic Moog: > Hi Tim, > > Am Donnerstag, dem 14.08.2025 um 12:54 -0700 schrieb Tim Harvey: > > On Thu, Jun 26, 2025 at 10:57 AM Tom Rini wrote: > > > > > > On Fri, 13 Jun 2025 14:02:39 +0200, Yannic Moog wrote: > > > > > > > This series solves

Re: [PATCH v3 0/6] Fix handling of optional blobs in binman

2025-08-14 Thread Yannic Moog
Hi Tim, Am Donnerstag, dem 14.08.2025 um 12:54 -0700 schrieb Tim Harvey: > On Thu, Jun 26, 2025 at 10:57 AM Tom Rini wrote: > > > > On Fri, 13 Jun 2025 14:02:39 +0200, Yannic Moog wrote: > > > > > This series solves a contradiction regarding ext blobs packaged in > > > binman. When they are mar

Re: [PATCH v3 0/6] Fix handling of optional blobs in binman

2025-08-14 Thread Tim Harvey
On Thu, Jun 26, 2025 at 10:57 AM Tom Rini wrote: > > On Fri, 13 Jun 2025 14:02:39 +0200, Yannic Moog wrote: > > > This series solves a contradiction regarding ext blobs packaged in > > binman. When they are marked as optional, by default they are faked, two > > messages are emitted. One says the i

Re: [PATCH v3 0/6] Fix handling of optional blobs in binman

2025-06-26 Thread Tom Rini
On Fri, 13 Jun 2025 14:02:39 +0200, Yannic Moog wrote: > This series solves a contradiction regarding ext blobs packaged in > binman. When they are marked as optional, by default they are faked, two > messages are emitted. One says the image is not functional the other > says the image is still fu

Re: [PATCH v3 0/6] Fix handling of optional blobs in binman

2025-06-16 Thread Bryan Brattlof
On June 13, 2025 thus sayeth Yannic Moog: > This series solves a contradiction regarding ext blobs packaged in > binman. When they are marked as optional, by default they are faked, two > messages are emitted. One says the image is not functional the other > says the image is still functional. Both

[PATCH v3 0/6] Fix handling of optional blobs in binman

2025-06-13 Thread Yannic Moog
This series solves a contradiction regarding ext blobs packaged in binman. When they are marked as optional, by default they are faked, two messages are emitted. One says the image is not functional the other says the image is still functional. Both concern the same binman entry/blob. Binman is se