
8 Jun
2018
8 Jun
'18
1:50 a.m.
On 1 June 2018 at 07:38, Simon Glass sjg@chromium.org wrote:
At present we set the Python path at the start of binman so we can read modules in the 'etype' directory. This is a bit messy since it affects 'import' statements through binman.
Adjust the code to set the path locally, just where it is needed. Move the 'entry' module in with the other base modules to help with this. It makes more sense here anyway since it does not implement an entry type.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2: None
tools/binman/binman.py | 3 --- tools/binman/{etype => }/entry.py | 10 ++++++++++ 2 files changed, 10 insertions(+), 3 deletions(-) rename tools/binman/{etype => }/entry.py (96%)
Applied to u-boot-dm