]> git.baikalelectronics.ru Git - uboot.git/commit
script: Add a script to build a PyPi package
authorSimon Glass <sjg@chromium.org>
Fri, 24 Feb 2023 01:18:05 +0000 (18:18 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 8 Mar 2023 19:40:49 +0000 (11:40 -0800)
commit5ad61b7c715eacb983bd73a4afac718432be2213
treeee13acb8418fe94df46db27a320da14837539272
parent63c0704c0f4c48c1f344004affe0591eeea2decf
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>
scripts/make_pip.sh [new file with mode: 0755]