Re: [PATCH v2 14/49] binman: Allow external binaries to be missing

2020-06-28 Thread Bin Meng
On Sun, Jun 14, 2020 at 10:57 AM Simon Glass wrote: > > Sometimes it is useful to build an image even though external binaries are > not present. This allows the build system to continue to function without > these files, albeit not producing valid images. > > U-Boot does with with ATF (ARM Truste

[PATCH v2 14/49] binman: Allow external binaries to be missing

2020-06-13 Thread Simon Glass
Sometimes it is useful to build an image even though external binaries are not present. This allows the build system to continue to function without these files, albeit not producing valid images. U-Boot does with with ATF (ARM Trusted Firmware) today. Add a new flag to binman to request this beh