buildman: Write the environment out to an 'env' file
authorSimon Glass <sjg@chromium.org>
Mon, 7 Jan 2019 23:44:23 +0000 (16:44 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 9 Feb 2019 19:50:22 +0000 (12:50 -0700)
commite5fc79ea718795a1dd97ca27e26913e4cc0150c4
tree6ebf448c0be68414ae62d02e1c5ba0f49244104f
parentd3de38554a35e96872e43644b683e32f018c46a8
buildman: Write the environment out to an 'env' file

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 <sjg@chromium.org>
tools/buildman/builderthread.py