[PATCH v2 05/24] script: Add a script to build a PyPi package

Simon Glass sjg at chromium.org
Wed Mar 8 23:17:34 CET 2023


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 at chromium.org>
---

Changes in v2:
- Drop test files
- Fix removable of the /tmp dir
- Quite a few updates to make things work with the new names

 scripts/make_pip.sh | 117 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 117 insertions(+)
 create mode 100755 scripts/make_pip.sh

Applied to u-boot-dm/next, thanks!


More information about the U-Boot mailing list