commit | 204aa78e04a290c6836bdb29ba466b9cdfcec3ea | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Sep 06 10:35:32 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Sep 25 11:27:28 2020 +0800 |
tree | 2bec893227d08429f383d6e984af6347a66ea072 | |
parent | 2463f165a32370f44186e320aced170d50676b54 [diff] |
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>