mbox series

[0/4] binman: Add support for Python installation

Message ID 20200805192749.893661-1-sjg@chromium.org
Headers show
Series binman: Add support for Python installation | expand

Message

Simon Glass Aug. 5, 2020, 7:27 p.m. UTC
This series adds Python setup scripts for binman (and dtoc, since binman
uses that) so that it can be installed as a tool.

It also includes a few features found while getting this to work with
portage in Chrome OS.


Simon Glass (4):
  binman: Move GetEntryModules() to control
  binman: Correct some import statements
  dtoc: Add a setup script for Python
  binman: Add a setup script for Python

 tools/binman/control.py    | 17 +++++++++++++++--
 tools/binman/ftest.py      |  7 +++----
 tools/binman/image_test.py |  2 +-
 tools/binman/main.py       | 17 ++---------------
 tools/binman/setup.py      | 12 ++++++++++++
 tools/dtoc/setup.py        | 12 ++++++++++++
 6 files changed, 45 insertions(+), 22 deletions(-)
 create mode 100644 tools/binman/setup.py
 create mode 100644 tools/dtoc/setup.py