commit | a5b2007ef1c8d76925d72f5745130ac586ab155e | [log] [tgz] |
---|---|---|
author | Emmanuel Vadot <manu@bidouilliste.com> | Mon Jan 16 08:14:46 2017 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 20 15:38:03 2017 -0500 |
tree | f91722f4c31cafd06cbda9b2026216a888648301 | |
parent | 549f86eedc21a99c0021418ddf4fa4473403bb11 [diff] |
binman: add tools directory to the python path 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 <manu@bidouilliste.com>