]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Add support for building a binmanu PyPi package
authorSimon Glass <sjg@chromium.org>
Fri, 24 Feb 2023 01:18:21 +0000 (18:18 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 8 Mar 2023 19:40:56 +0000 (11:40 -0800)
commit87d297a906da20753adf9cdb9da17243eca78c3c
treeb03f6abc7ccc2cf6ef9110eaa49db15b7616f971
parent24df2a787320bd7a85d25bce2bfd36981584267c
binman: Add support for building a binmanu PyPi package

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@chromium.org>
Makefile
tools/binman/pyproject.toml [new file with mode: 0644]