summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-10 10:48:24 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-05 15:52:24 +0100
commit8b32d408967e9f596a13bdc50093ebbe3ec435f6 (patch)
treed191bb3a437ac6d7c1f0897724369ced075b1977 /bitbake
parenta90914c60ac37e378c22cb2edff7088024afa7e5 (diff)
downloadast2050-yocto-poky-8b32d408967e9f596a13bdc50093ebbe3ec435f6.zip
ast2050-yocto-poky-8b32d408967e9f596a13bdc50093ebbe3ec435f6.tar.gz
bitbake/runqueue.py: Remove old log file handling remnants
These lines date from earlier code and are no longer required. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bb/runqueue.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py
index 95828ca..6ca14ec 100644
--- a/bitbake/lib/bb/runqueue.py
+++ b/bitbake/lib/bb/runqueue.py
@@ -1098,12 +1098,6 @@ class RunQueueExecute:
# events
bb.event.worker_pid = os.getpid()
bb.event.worker_pipe = pipeout
- bb.event.useStdout = False
-
- # Child processes should send their messages to the UI
- # process via the server process, not print them
- # themselves
- bblogger.handlers = [bb.event.LogHandler()]
self.rq.state = runQueueChildProcess
# Make the child the process group leader
OpenPOWER on IntegriCloud