Re: [U-Boot] [PATCH v2 6/7] buildman: Write the environment out to an 'env' file

2019-01-21 Thread sjg
Sometimes it is useful to see the environment that was used to build U-Boot. Write this out to a file in the build directory. Signed-off-by: Simon Glass --- Changes in v2: None tools/buildman/builderthread.py | 3 +++ 1 file changed, 3 insertions(+) Applied to u-boot-dm, thanks! _

[U-Boot] [PATCH v2 6/7] buildman: Write the environment out to an 'env' file

2019-01-07 Thread Simon Glass
Sometimes it is useful to see the environment that was used to build U-Boot. Write this out to a file in the build directory. Signed-off-by: Simon Glass --- Changes in v2: None tools/buildman/builderthread.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/buildman/builderthread.p