]> code.ossystems Code Review - openembedded-core.git/commit
Queue up events before the UI is spawned
authorChris Larson <chris_larson@mentor.com>
Tue, 28 Sep 2010 15:24:55 +0000 (08:24 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 4 Jan 2011 14:46:37 +0000 (14:46 +0000)
commit26eda933379801ef1c8b4b09e67d14f498cd3813
tree16afc923128c95263fde510eaa5d51a73469b5d0
parent30cef6bade179e88a439ec83ebb78bcc6d041c86
Queue up events before the UI is spawned

- Queue up any events fired to the UI before the UI exists
- At exit, check if UIs exist, and if not, flush the queue of LogRecords to
  the console directly.
- When establishing a connection from the UI to the server, flush the queue of
  events to the queue in the server connection, so the UI will receive them
  when it begins its event loop.

(Bitbake rev: 73488aeb317ed306f2ecf99cc9d3708526a5933c)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
bitbake/lib/bb/cooker.py
bitbake/lib/bb/event.py
bitbake/lib/bb/server/none.py
bitbake/lib/bb/server/xmlrpc.py