
27 Apr
2020
27 Apr
'20
5:07 a.m.
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 | 2 +- tools/buildman/func_test.py | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-)
Applied to u-boot-dm, thanks!