Re: [PATCH] binman: Support optional external blobs

2023-01-02 Thread Tom Rini
On Mon, Jan 02, 2023 at 11:52:17AM +0100, Quentin Schulz wrote: > Hi Simon, > > On 12/17/22 22:29, Simon Glass wrote: > > Some blobs are actually not necessary for the board to work correctly. Add > > a property to allow this to be indicated. Missing optional blobs do not > > cause a build failure

Re: [PATCH] binman: Support optional external blobs

2023-01-02 Thread Quentin Schulz
Hi Simon, On 12/17/22 22:29, Simon Glass wrote: Some blobs are actually not necessary for the board to work correctly. Add a property to allow this to be indicated. Missing optional blobs do not cause a build failure. Signed-off-by: Simon Glass --- tools/binman/binman.rst|

[PATCH] binman: Support optional external blobs

2022-12-17 Thread Simon Glass
Some blobs are actually not necessary for the board to work correctly. Add a property to allow this to be indicated. Missing optional blobs do not cause a build failure. Signed-off-by: Simon Glass --- tools/binman/binman.rst| 9 + tools/binman/control.py