[PATCH v2 21/24] binman: Add support for building a binmanu PyPi package
Simon Glass
sjg at chromium.org
Wed Mar 8 23:17:15 CET 2023
Create the necessary files to build this new package.
It is not actually clear whether this is useful, since buildman has no
purpose outside U-Boot.
Move the main program into a function so that it can easily be called by
the PyPi-created script.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
Makefile | 1 +
tools/binman/pyproject.toml | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
create mode 100644 tools/binman/pyproject.toml
Applied to u-boot-dm/next, thanks!
More information about the U-Boot
mailing list