]> git.baikalelectronics.ru Git - uboot.git/commit
tools: binman: main.py: add build-sandbox in sys.path
authorPhilippe Reynes <philippe.reynes@softathome.com>
Thu, 27 Jan 2022 14:03:13 +0000 (15:03 +0100)
committerSimon Glass <sjg@chromium.org>
Sat, 19 Mar 2022 01:24:24 +0000 (19:24 -0600)
commit9a9ec25e1e2de6432b5636bd90d3c27884ec0364
treec70c866a943b6c57228c0df1a6f2133eb891bd85
parent83fe24c60287e2d7290471d8cc316e7495bd3faf
tools: binman: main.py: add build-sandbox in sys.path

Adds build-sandbox in sys.path to look for libfdt,
otherwise py_test can't use binman.

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/binman/main.py