binman: Add an entry method for getting the default filename
authorSimon Glass <sjg@chromium.org>
Fri, 14 Sep 2018 10:57:18 +0000 (04:57 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 28 Sep 2018 17:09:01 +0000 (11:09 -0600)
commit6c234bfbf7a9c5b33c3bea92e037c45d37e94f35
tree165ca39ca97d8b10e71e8d6f8c436909a6b08d63
parent746aee3f2f8c0c7534ad7ac7d438ccec35c6c99c
binman: Add an entry method for getting the default filename

Various entry implementations provide a way to obtain the default filename
for an entry. But at present there is no base-class implementation for
this function. Add one so that the API is defined.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/entry.py
tools/binman/entry_test.py