[PATCH] tools: binman: install btool

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',

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',

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.

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!
participants (3)
-
Alper Nebi Yasak
-
Peng Fan (OSS)
-
Tom Rini