On 1 June 2018 at 07:38, Simon Glass <s...@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 <s...@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
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to