Re: [U-Boot] [PATCH] binman: add tools directory to the python path

2017-01-20 Thread Simon Glass
On 16 January 2017 at 00:14, Emmanuel Vadot wrote: > The built _libfdt.so is placed in the /tools dir and need to say here > as it contains relative paths. > Add the directory to the python path so binman can use this module. > > Signed-off-by: Emmanuel Vadot > --- > tools/binman/binman.py | 1 +

[U-Boot] [PATCH] binman: add tools directory to the python path

2017-01-15 Thread Emmanuel Vadot
The built _libfdt.so is placed in the /tools dir and need to say here as it contains relative paths. Add the directory to the python path so binman can use this module. Signed-off-by: Emmanuel Vadot --- tools/binman/binman.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/binman/binma