bitbake: cooker.py: Don't dump the environment into the console log file
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 30 Oct 2012 17:18:32 +0000 (17:18 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 1 Nov 2012 11:46:21 +0000 (11:46 +0000)
commit57e63acf2e29411e62c1e745c9a0d6c7cfe5e14e
tree64ef1831aa3379e263356a07a2856f56f7b66827
parent0d9bc34665c4f609401220e129a66e3cac8070af
bitbake: cooker.py: Don't dump the environment into the console log file

Dumping the environment data into the console log files directory is
invariably not what the user wants or expects and leads to confusion
when looking at the log directory.

This change forces the logs to be disabled by default when using
the -e option.

(Bitbake rev: 5d825b31d1133e41d3982db1b94f6a30a6fb99f7)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/cooker.py