]> git.baikalelectronics.ru Git - uboot.git/commit
binman: add tools directory to the python path
authorEmmanuel Vadot <manu@bidouilliste.com>
Mon, 16 Jan 2017 07:14:46 +0000 (08:14 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 20 Jan 2017 20:38:03 +0000 (15:38 -0500)
commit9d026204b94a8522e8db4e2a3f656a98da6af269
treef91722f4c31cafd06cbda9b2026216a888648301
parentac738a7375e448654df6dbad3a77a04d2155ee40
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>
tools/binman/binman.py