commit | 6f1f4d4b9f50ac6e5d27caf39065232de6ea72e5 | [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 | 9612c12436a2e0b8fa0c5e8ea07526e69a2dbc20 [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>