]> git.baikalelectronics.ru Git - uboot.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)
commitabf95f2eecf8d1f3d1be424874507404ff077783
tree0e95a8a29aa6ea9eb3e4dc1f2e522f6bee9d7cae
parent7ffacae8a0725d6d80905467e857f1c8e7e74322
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]