Re: [PATCH 1/3] binman: build_from_git: Add argument specifying branch

2025-02-25 Thread Simon Glass
On Tue, 25 Feb 2025 at 05:11, Leonard Anderweit wrote: > > Add optional argument git_branch to build_from_git. The new argument > allows specifying which branch of the repo to use. > > Signed-off-by: Leonard Anderweit > --- > tools/binman/bintool.py | 10 -- > 1 file changed, 8 insertion

[PATCH 1/3] binman: build_from_git: Add argument specifying branch

2025-02-25 Thread Leonard Anderweit
Add optional argument git_branch to build_from_git. The new argument allows specifying which branch of the repo to use. Signed-off-by: Leonard Anderweit --- tools/binman/bintool.py | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/tools/binman/bintool.py b/tools/binm