]> git.baikalelectronics.ru Git - uboot.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)
commit146860aea19d727d693cf9058b545f6808c319de
tree2bec893227d08429f383d6e984af6347a66ea072
parent0939d77f979bf1645f54cfe85b85e06ba2dea334
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]