diff options
author | Peng Fan | 2022-06-14 18:42:07 +0800 |
---|---|---|
committer | Tom Rini | 2022-06-16 15:22:55 -0400 |
commit | 7e41abad9be46351b83c30ceefe55999a5376ece (patch) | |
tree | 102bc60bf168e6b31d30607dafc186a5cb6a9506 /tools | |
parent | 2f51f946e3e97d3d9463e0f199d055dbcb4eef02 (diff) |
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>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/binman/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
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', |