]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Allow external binaries to be missing
authorSimon Glass <sjg@chromium.org>
Fri, 10 Jul 2020 00:39:38 +0000 (18:39 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 20 Jul 2020 17:37:47 +0000 (11:37 -0600)
commit728d84b81689ed633b2dbd1f62e875b4a6edd82f
tree0bb5362a5c9286d4eba4832c185ffb692f98105b
parentbd27ee86b27a130a53fa57f5fb7f262ff4b8c2aa
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>
tools/binman/README.entries
tools/binman/cmdline.py
tools/binman/control.py
tools/binman/entry.py
tools/binman/etype/blob_ext.py
tools/binman/etype/section.py
tools/binman/ftest.py
tools/patman/tools.py