summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-09 17:58:36 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-10 11:10:01 -0700
commit5dcc20b95400d35ea1b3b1da8ffd9e9cd9a31afb (patch)
treee0c67aa23d8164b17508fc24fc1177f11d2e1889
parentefdc1598d24a0ca0eec5aa96bfed4d76107ec6b9 (diff)
downloadast2050-yocto-poky-5dcc20b95400d35ea1b3b1da8ffd9e9cd9a31afb.zip
ast2050-yocto-poky-5dcc20b95400d35ea1b3b1da8ffd9e9cd9a31afb.tar.gz
bitbake: server/process: Drop unnecessary exit delay
When the server exits, we no longer appear to need this delay. This is likely due to improvements in the various exit codepaths. There is therefore no longer any point in taking the latency hit. (Bitbake rev: 8e75ee29ae07e13f23525c5c6045fbf6cdbe7675) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--bitbake/lib/bb/server/process.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/bb/server/process.py b/bitbake/lib/bb/server/process.py
index 386294f..07688a2 100644
--- a/bitbake/lib/bb/server/process.py
+++ b/bitbake/lib/bb/server/process.py
@@ -119,7 +119,6 @@ class ProcessServer(Process, BaseImplServer):
bb.event.unregister_UIHhandler(self.event_handle.value)
self.command_channel.close()
self.cooker.shutdown(True)
- self.idle_commands(.1)
def idle_commands(self, delay, fds = []):
nextsleep = delay
OpenPOWER on IntegriCloud