]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Set a default toolpath
authorSimon Glass <sjg@chromium.org>
Fri, 10 Jul 2020 00:39:30 +0000 (18:39 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 20 Jul 2020 17:37:47 +0000 (11:37 -0600)
commitf02a380449b15048e989e930f8d54fc86737d159
treece45ea20766b6b6ef503db8d99a4d7d3929af9cb
parent49be4d929cc6c95391a41dfd27e5ac3c238a7a51
binman: Set a default toolpath

When binman is run from 'make check' it is given a toolpath so that the
latest tools (e.g. mkimage) are used. When run manually with no toolpath,
it relies on the system mkimage. But this may be missing or old.

Make some effort to find the built-from-soruce version by looking in the
current directory and in the builds created by 'make check'.

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