commit | 0de2ffe717766c16f66775abf95d623f15489e83 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Feb 23 18:18:13 2023 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Mar 08 11:40:49 2023 -0800 |
tree | 0e95a8a29aa6ea9eb3e4dc1f2e522f6bee9d7cae | |
parent | d85f7909f8fed1e06fe56e03c52d5ff6d8dfbdcf [diff] |
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>