]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit2ffa3184e0e6f7de7f389f0913c1c9a5b3b5c8f6
tree6ebf448c0be68414ae62d02e1c5ba0f49244104f
parent032d1ebeccd42ff332b0013c3ab260c87d63d5c6
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