commit | a3132adcdedde2596f8d20708cd5528510d41c60 | [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 | c57358080ab5fabd8f1bc61629f68077e62af8db [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>