commit | d6b6448ee7346832b9a73103569bd21237ad9c0c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Feb 23 18:18:05 2023 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Mar 08 11:40:49 2023 -0800 |
tree | ee13acb8418fe94df46db27a320da14837539272 | |
parent | 131444f582ef384d74c2ce97946b7729401afdcc [diff] |
script: Add a script to build a PyPi package Create a script which can package a tool for use with PyPi and the 'pip' tool. This involves quite a few steps so is best automated. Future work will enable use of this for some of the tools in U-Boot. Signed-off-by: Simon Glass <sjg@chromium.org>