]> git.ipfire.org Git - thirdparty/u-boot.git/commit
buildman: Add support for building a buildman PyPi package
authorSimon Glass <sjg@chromium.org>
Fri, 24 Feb 2023 01:18:13 +0000 (18:18 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 8 Mar 2023 19:40:49 +0000 (11:40 -0800)
commit0de2ffe717766c16f66775abf95d623f15489e83
tree0e95a8a29aa6ea9eb3e4dc1f2e522f6bee9d7cae
parentd85f7909f8fed1e06fe56e03c52d5ff6d8dfbdcf
buildman: Add support for building a buildman 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. It is included for completeness, since adding
this later would be more trouble.

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/buildman/pyproject.toml [new file with mode: 0644]