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 <s...@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!