]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
knotty: Do not log show_versions output
authorRob Woolley <rob.woolley@windriver.com>
Fri, 27 Feb 2015 14:32:23 +0000 (09:32 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Mar 2015 17:39:48 +0000 (17:39 +0000)
commitdee0ba94e39ea49c1e9261a5e8932356e3bb7c57
tree4f584f4ddeba67c9322f50f734b2c3ae59e4b883
parent146e7e157f97b676858ecff583dd53800d997253
knotty: Do not log show_versions output

Every time the bitbake show versions command (bitbake -s) is run it creates
a 100k log file.

The consolelogfile is disabled for show environment and disabling show
versions would make the behaviour match.

Signed-off-by: Rob Woolley <rob.woolley@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/ui/knotty.py