commit | 4f9f1056ecf2d9e54803b89fd0784240a8d89fd8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jul 09 18:39:38 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sat Jul 25 14:46:57 2020 -0600 |
tree | 11f385fc3a6d6d0938a3f690693500ec21afc020 | |
parent | 04e6a6b9ecdc75023edeebe73286f311c40b346b [diff] |
binman: Allow external binaries to be missing 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 behaviour. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>