]> git.baikalelectronics.ru Git - uboot.git/commit
dtoc: Add support for building a dtoc PyPi package
authorSimon Glass <sjg@chromium.org>
Fri, 24 Feb 2023 01:18:17 +0000 (18:18 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 8 Mar 2023 19:40:49 +0000 (11:40 -0800)
commit8e9fd0eeafda12e293c402e5487ff40163474b1e
tree6e7a2ccc2595a2998fbcc4b14eaaf5b6e1604f82
parentae38828bf1829b93d949fa07df1309128079f36a
dtoc: Add support for building a dtoc PyPi package

Create the necessary files to build this new package.

This is needed for binman.

Move the main program into a function so that it can easily be called by
the PyPi-created script.

Signed-off-by: Simon Glass <sjg@chromium.org>
Makefile
tools/dtoc/README.rst [new file with mode: 0644]
tools/dtoc/pyproject.toml [new file with mode: 0644]