commit | 4a0c915215f2d49cd92b7f26b83b74f49305fd27 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Feb 23 18:18:21 2023 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Mar 08 11:40:56 2023 -0800 |
tree | b03f6abc7ccc2cf6ef9110eaa49db15b7616f971 | |
parent | feb80cc534da788aae6649049da292942463b76c [diff] |
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>