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

Simon Glass sjg at chromium.org
Wed Aug 5 21:27:45 CEST 2020


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

-- 
2.28.0.163.g6104cc2f0b6-goog



More information about the U-Boot mailing list