mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
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>
This commit is contained in:
@@ -1098,12 +1098,6 @@ class RunQueueExecute:
|
|||||||
# events
|
# events
|
||||||
bb.event.worker_pid = os.getpid()
|
bb.event.worker_pid = os.getpid()
|
||||||
bb.event.worker_pipe = pipeout
|
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
|
self.rq.state = runQueueChildProcess
|
||||||
# Make the child the process group leader
|
# Make the child the process group leader
|
||||||
|
|||||||
Reference in New Issue
Block a user