buildman: Use out-env for environment output
authorSimon Glass <sjg@chromium.org>
Fri, 17 Apr 2020 23:51:33 +0000 (17:51 -0600)
committerSimon Glass <sjg@chromium.org>
Sun, 26 Apr 2020 20:24:08 +0000 (14:24 -0600)
commit166a98a426616aa3e9c35d94ea3aaf8e67994e33
treef1b89bf191fc562a32841f0516c28ea64d7e319b
parent88daaef19f985b6ba2f9c0f62eed5378d6d40ebd
buildman: Use out-env for environment output

At present the environment used by U-Boot is written to the 'env'
directory. This is fine when the output directory is not the same as the
source directory, but when it is (as with -w) it conflicts with the source
directory of the same name.

Rename 'env' to 'out-env' to fix this.

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