[PATCH v2 2/3] binman: build_from_git: Add optional make path inside git repo
Simon Glass
sjg at chromium.org
Wed Mar 5 15:15:32 CET 2025
On Wed, 26 Feb 2025 at 14:05, Leonard Anderweit <l.anderweit at phytec.de> wrote:
>
> Add optional argument make_path to build_from git. The new argument
> allows specifying the path to a Makefile in case it is not in the root
> of the git repo.
> Also adjust the corresponding test.
>
> Signed-off-by: Leonard Anderweit <l.anderweit at phytec.de>
> ---
> v2: fix tests
> ---
> tools/binman/bintool.py | 9 +++++++--
> tools/binman/bintool_test.py | 1 +
> 2 files changed, 8 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list