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)
commit80d2ae5e1f14c6caf96c9eb6cb68e8f68b2e5788
treef91722f4c31cafd06cbda9b2026216a888648301
parent1905c8fc711a527ff10550425498bc77e4db9ac3
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