Re: [PATCH RFC v2 3/8] tools: binman: mark optional missing blobs as absent

2025-06-06 Thread Yannic Moog
Hi Simon, Am Freitag, dem 30.05.2025 um 12:18 +0100 schrieb Simon Glass: > Hi Yannic, > > On Tue, 27 May 2025 at 14:24, Yannic Moog wrote: > > > > Optional blobs should mark themselves as absent to avoid being packed > > into an image. > > Extend the documentation of this behaviour. Although th

Re: [PATCH RFC v2 3/8] tools: binman: mark optional missing blobs as absent

2025-05-30 Thread Simon Glass
Hi Yannic, On Tue, 27 May 2025 at 14:24, Yannic Moog wrote: > > Optional blobs should mark themselves as absent to avoid being packed > into an image. > Extend the documentation of this behaviour. Although the documentation > implied this before, the "optional" property had not been explained > p

[PATCH RFC v2 3/8] tools: binman: mark optional missing blobs as absent

2025-05-27 Thread Yannic Moog
Optional blobs should mark themselves as absent to avoid being packed into an image. Extend the documentation of this behaviour. Although the documentation implied this before, the "optional" property had not been explained properly before. Note that the intended behaviour is the same, this patch j