Re: [PATCH v3] binman: bintool: Add support for tool directories

2023-03-15 Thread Simon Glass
Hi Neha, On Mon, 13 Mar 2023 at 21:41, Neha Malcom Francis wrote: > > Hi Simon > > On 11/03/23 07:17, Simon Glass wrote: > > Hi Neha, > > > > On Fri, 24 Feb 2023 at 03:51, Neha Malcom Francis wrote: > >> > >> Currently, bintool supports external compilable tools as single > >> executable files.

Re: [PATCH v3] binman: bintool: Add support for tool directories

2023-03-13 Thread Neha Malcom Francis
Hi Simon On 11/03/23 07:17, Simon Glass wrote: Hi Neha, On Fri, 24 Feb 2023 at 03:51, Neha Malcom Francis wrote: Currently, bintool supports external compilable tools as single executable files. Adding support for git repos that can be used to run non-compilable scripting tools that cannot

Re: [PATCH v3] binman: bintool: Add support for tool directories

2023-03-10 Thread Simon Glass
Hi Neha, On Fri, 24 Feb 2023 at 03:51, Neha Malcom Francis wrote: > > Currently, bintool supports external compilable tools as single > executable files. Adding support for git repos that can be used to run > non-compilable scripting tools that cannot otherwise be present in > binman. > >

[PATCH v3] binman: bintool: Add support for tool directories

2023-02-24 Thread Neha Malcom Francis
Currently, bintool supports external compilable tools as single executable files. Adding support for git repos that can be used to run non-compilable scripting tools that cannot otherwise be present in binman. Signed-off-by: Neha Malcom Francis --- Changes in v3: - moved back to using