[PATCH] tools: binman: install btool

Alper Nebi Yasak alpernebiyasak at gmail.com
Tue Jun 14 23:34:17 CEST 2022


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

Reviewed-by: Alper Nebi Yasak <alpernebiyasak at 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',


More information about the U-Boot mailing list