[PATCH v2 06/24] patman: Add support for building a u_boot_tools PyPi package
Simon Glass
sjg at chromium.org
Wed Mar 8 23:17:33 CET 2023
Create the necessary files to build this new package.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
Makefile | 18 +-
tools/u_boot_pylib/LICENSE | 339 ++++++++++++++++++++++++++++++
tools/u_boot_pylib/README.rst | 15 ++
tools/u_boot_pylib/pyproject.toml | 22 ++
4 files changed, 393 insertions(+), 1 deletion(-)
create mode 100644 tools/u_boot_pylib/LICENSE
create mode 100644 tools/u_boot_pylib/README.rst
create mode 100644 tools/u_boot_pylib/pyproject.toml
Applied to u-boot-dm/next, thanks!
More information about the U-Boot
mailing list