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

2025-03-12 Thread Tom Rini
On Wed, 26 Feb 2025 22:04:59 +0100, Leonard Anderweit wrote: > Add optional argument git_branch to build_from_git. The new argument > allows specifying which branch of the repo to use. > > Applied to u-boot/next, thanks! [1/3] binman: build_from_git: Add argument specifying branch commit

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

2025-03-05 Thread Simon Glass
On Wed, 26 Feb 2025 at 14:05, 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 v2 1/3] binman: build_from_git: Add argument specifying branch

2025-02-26 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