]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit7a12251b286cc6e5a4f54ed97c7e26700bdad9a8
tree80e381e107190f74581533a8519c579f67f047b1
parentfa0e9389b0ef760d5ce38f78c4271f61c4841ba4
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