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)
downloadpoky-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 95828ca2d6..6ca14ec9de 100644
--- a/bitbake/lib/bb/runqueue.py
+++ b/bitbake/lib/bb/runqueue.py
@@ -1098,12 +1098,6 @@ class RunQueueExecute:
1098 # events 1098 # events
1099 bb.event.worker_pid = os.getpid() 1099 bb.event.worker_pid = os.getpid()
1100 bb.event.worker_pipe = pipeout 1100 bb.event.worker_pipe = pipeout
1101 bb.event.useStdout = False
1102
1103 # Child processes should send their messages to the UI
1104 # process via the server process, not print them
1105 # themselves
1106 bblogger.handlers = [bb.event.LogHandler()]
1107 1101
1108 self.rq.state = runQueueChildProcess 1102 self.rq.state = runQueueChildProcess
1109 # Make the child the process group leader 1103 # Make the child the process group leader