buildman: Correct behaviour of --in-tree
authorSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 11:19:20 +0000 (05:19 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 1 Jul 2025 16:49:32 +0000 (10:49 -0600)
commit9002ab0986fa51ed2dffcfb655b062ce026b194d
treead982ab48e33b8690ae947356a85008900a02b02
parent506ceddffdc40acf709822b678b986e2e22c5056
buildman: Correct behaviour of --in-tree

This option doesn't work as expected since it sets the cwd to the work
directory, which does not necessarily hold the source code.

It should be left unset, so that the current directory is the source
directory.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/builderthread.py
tools/buildman/buildman.rst