All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tools: binman: install btool
@ 2022-06-14 10:42 Peng Fan (OSS)
  2022-06-14 21:34 ` Alper Nebi Yasak
  2022-06-17 13:17 ` Tom Rini
  0 siblings, 2 replies; 4+ messages in thread
From: Peng Fan (OSS) @ 2022-06-14 10:42 UTC (permalink / raw)
  To: sjg, alpernebiyasak, trini; +Cc: u-boot, Peng Fan

From: Peng Fan <peng.fan@nxp.com>

btool is needed after install binman to system.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---

Tom, Simon, Alper
  This is a bug fix, if possible, please pick it up.

 tools/binman/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/binman/setup.py b/tools/binman/setup.py
index 5ed94abdaf9..9a9206eb044 100644
--- a/tools/binman/setup.py
+++ b/tools/binman/setup.py
@@ -5,7 +5,7 @@ setup(name='binman',
       version='1.0',
       license='GPL-2.0+',
       scripts=['binman'],
-      packages=['binman', 'binman.etype'],
+      packages=['binman', 'binman.etype', 'binman.btool'],
       package_dir={'binman': ''},
       package_data={'binman': ['README.rst', 'entries.rst']},
       classifiers=['Environment :: Console',
-- 
2.36.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] tools: binman: install btool
  2022-06-14 10:42 [PATCH] tools: binman: install btool Peng Fan (OSS)
@ 2022-06-14 21:34 ` Alper Nebi Yasak
  2022-06-15  0:54   ` Tom Rini
  2022-06-17 13:17 ` Tom Rini
  1 sibling, 1 reply; 4+ messages in thread
From: Alper Nebi Yasak @ 2022-06-14 21:34 UTC (permalink / raw)
  To: Peng Fan (OSS); +Cc: u-boot, Peng Fan, sjg, trini

On 14/06/2022 13:42, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> btool is needed after install binman to system.
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---

Reviewed-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>

> Tom, Simon, Alper
>   This is a bug fix, if possible, please pick it up.
> 
>  tools/binman/setup.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/binman/setup.py b/tools/binman/setup.py
> index 5ed94abdaf9..9a9206eb044 100644
> --- a/tools/binman/setup.py
> +++ b/tools/binman/setup.py
> @@ -5,7 +5,7 @@ setup(name='binman',
>        version='1.0',
>        license='GPL-2.0+',
>        scripts=['binman'],
> -      packages=['binman', 'binman.etype'],
> +      packages=['binman', 'binman.etype', 'binman.btool'],
>        package_dir={'binman': ''},
>        package_data={'binman': ['README.rst', 'entries.rst']},
>        classifiers=['Environment :: Console',

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] tools: binman: install btool
  2022-06-14 21:34 ` Alper Nebi Yasak
@ 2022-06-15  0:54   ` Tom Rini
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2022-06-15  0:54 UTC (permalink / raw)
  To: Alper Nebi Yasak; +Cc: Peng Fan (OSS), u-boot, Peng Fan, sjg

[-- Attachment #1: Type: text/plain, Size: 471 bytes --]

On Wed, Jun 15, 2022 at 12:34:17AM +0300, Alper Nebi Yasak wrote:
> On 14/06/2022 13:42, Peng Fan (OSS) wrote:
> > From: Peng Fan <peng.fan@nxp.com>
> > 
> > btool is needed after install binman to system.
> > 
> > Signed-off-by: Peng Fan <peng.fan@nxp.com>
> > ---
> 
> Reviewed-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
> 
> > Tom, Simon, Alper
> >   This is a bug fix, if possible, please pick it up.

I'll put it in my queue, thanks.

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] tools: binman: install btool
  2022-06-14 10:42 [PATCH] tools: binman: install btool Peng Fan (OSS)
  2022-06-14 21:34 ` Alper Nebi Yasak
@ 2022-06-17 13:17 ` Tom Rini
  1 sibling, 0 replies; 4+ messages in thread
From: Tom Rini @ 2022-06-17 13:17 UTC (permalink / raw)
  To: Peng Fan (OSS); +Cc: sjg, alpernebiyasak, u-boot, Peng Fan

[-- Attachment #1: Type: text/plain, Size: 318 bytes --]

On Tue, Jun 14, 2022 at 06:42:07PM +0800, Peng Fan (OSS) wrote:

> From: Peng Fan <peng.fan@nxp.com>
> 
> btool is needed after install binman to system.
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> Reviewed-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-06-17 13:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-14 10:42 [PATCH] tools: binman: install btool Peng Fan (OSS)
2022-06-14 21:34 ` Alper Nebi Yasak
2022-06-15  0:54   ` Tom Rini
2022-06-17 13:17 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.