
8 Mar
2023
8 Mar
'23
11:17 p.m.
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 ---
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!