mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-24 22:36:05 +00:00
tools: binman: install btool
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>
This commit is contained in:
parent
2f51f946e3
commit
7e41abad9b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ setup(name='binman',
|
||||||
version='1.0',
|
version='1.0',
|
||||||
license='GPL-2.0+',
|
license='GPL-2.0+',
|
||||||
scripts=['binman'],
|
scripts=['binman'],
|
||||||
packages=['binman', 'binman.etype'],
|
packages=['binman', 'binman.etype', 'binman.btool'],
|
||||||
package_dir={'binman': ''},
|
package_dir={'binman': ''},
|
||||||
package_data={'binman': ['README.rst', 'entries.rst']},
|
package_data={'binman': ['README.rst', 'entries.rst']},
|
||||||
classifiers=['Environment :: Console',
|
classifiers=['Environment :: Console',
|
||||||
|
|
Loading…
Add table
Reference in a new issue