]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Show an error when a file is missing
authorSimon Glass <sjg@chromium.org>
Sun, 6 Sep 2020 16:35:32 +0000 (10:35 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 25 Sep 2020 03:27:28 +0000 (11:27 +0800)
commit204aa78e04a290c6836bdb29ba466b9cdfcec3ea
tree2bec893227d08429f383d6e984af6347a66ea072
parent2463f165a32370f44186e320aced170d50676b54
binman: Show an error when a file is missing

The recent support for missing external binaries does not show an error
message when a file is genuinely missing (i.e. it is missing but not
marked as 'external'). This means that when -m is passed to binman, it
will never report a missing file.

Fix this and add a test.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
tools/binman/etype/blob.py
tools/binman/ftest.py
tools/binman/test/173_missing_blob.dts [new file with mode: 0644]