]> git.dujemihanovic.xyz Git - u-boot.git/commit
tools: Keep test_util and patman test files in the pip release
authorSimon Glass <sjg@chromium.org>
Sun, 19 Nov 2023 15:36:02 +0000 (08:36 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 13 Dec 2023 23:39:06 +0000 (18:39 -0500)
commitf12465ce91ea487b64afbdcd26147c723301b792
treef340f673f29c59496db5d91f69ddc2327c71bc1b
parentec31f8bac74a775b1296dd05e9a8be8ff7f8d6c4
tools: Keep test_util and patman test files in the pip release

The test_util module is actually imported by some tools, e.g. binman so
include it in the pip release.

The patman tool uses its test code when starting up, so keep that too.

Show a list of deleted files so it is clear what is happening.

Signed-off-by: Simon Glass <sjg@chromium.org>
scripts/make_pip.sh