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

2023-02-24 Thread Neha Malcom Francis
Hi Simon On 23/02/23 02:50, Simon Glass wrote: Hi Neha, On Tue, 21 Feb 2023 at 21:30, Neha Malcom Francis wrote: Hi Simon On 22/02/23 01:05, Simon Glass wrote: Hi Neha, On Fri, 17 Feb 2023 at 04:46, Neha Malcom Francis wrote: Currently, bintool supports external compilable tools as sin

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

2023-02-22 Thread Simon Glass
Hi Neha, On Tue, 21 Feb 2023 at 21:30, Neha Malcom Francis wrote: > > Hi Simon > > On 22/02/23 01:05, Simon Glass wrote: > > Hi Neha, > > > > On Fri, 17 Feb 2023 at 04:46, Neha Malcom Francis wrote: > >> > >> Currently, bintool supports external compilable tools as single > >> executable files.

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

2023-02-21 Thread Neha Malcom Francis
Hi Simon On 22/02/23 01:05, Simon Glass wrote: Hi Neha, On Fri, 17 Feb 2023 at 04:46, 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 o

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

2023-02-21 Thread Simon Glass
Hi Neha, On Fri, 17 Feb 2023 at 04:46, 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. > > Signed-

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

2023-02-17 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 v2: - added parameter to obta