Re: [PATCH v2 05/14] binman: Support an assumed size for missing binaries

2024-07-15 Thread Simon Glass
Binman has a the useful feature of handling missing external blobs gracefully, including allowing them to be missing, deciding whether the resulting image is functional or not and faking blobs when this is necessary for particular tools (e.g. mkimage). This feature is widely used in CI. One drawba

[PATCH v2 05/14] binman: Support an assumed size for missing binaries

2024-06-23 Thread Simon Glass
Binman has a the useful feature of handling missing external blobs gracefully, including allowing them to be missing, deciding whether the resulting image is functional or not and faking blobs when this is necessary for particular tools (e.g. mkimage). This feature is widely used in CI. One drawba