commit | 9fbfaba0a707eb4af2792b966a4f296f7778404f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Aug 29 11:36:14 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Sep 22 12:50:43 2020 -0600 |
tree | af3cb662e419fee019215e547dcf22340c05473c | |
parent | fe05701b058c2944c288b60f4839d9b552acf059 [diff] |
binman: Use pkg_resources to find resources At present we look for resources based on the path of the Python module that wants them. Instead we should use Python's pkg_resources feature which is designed for this purpose. Update binman to use this. Signed-off-by: Simon Glass <sjg@chromium.org>