binman: Add a --toolpath option to set the tool search path
authorSimon Glass <sjg@chromium.org>
Mon, 8 Jul 2019 19:18:28 +0000 (13:18 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 24 Jul 2019 03:27:57 +0000 (20:27 -0700)
commitc7d8035ec185c789f8182c7d3374db4dcdbd250b
tree80e381e107190f74581533a8519c579f67f047b1
parentc22b8cfc1dc6a8fd9e45dd56b2945ccf979aa2c8
binman: Add a --toolpath option to set the tool search path

Sometimes tools used by binman may not be in the normal PATH search path,
such as when the tool is built by the U-Boot build itself (e.g. mkimage).
Provide a way to specify an additional search path for tools. The flag
can be used multiple times.

Update the help to describe this option.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/README
tools/binman/cmdline.py
tools/binman/control.py