All of lore.kernel.org
 help / color / mirror / Atom feed
* [IMAGE_CREATOR 0/1] Fixed the "build again" hang
@ 2011-06-10  7:40 Lianhao Lu
  2011-06-10  7:40 ` [IMAGE_CREATOR 1/1] bitbake/hob: " Lianhao Lu
  0 siblings, 1 reply; 3+ messages in thread
From: Lianhao Lu @ 2011-06-10  7:40 UTC (permalink / raw)
  To: poky

NOTE: This series of patch should be applied to the branch contrib/image-creator.

Modified hob to use the correct pygtk treading model "gobject.threads_init()".
See http://faq.pygtk.org/index.py?req=show&file=faq20.006.htp for details.

This model only allows the main thread to touch the GUI (gtk) part, what is 
exactly the hob does.

The following changes since commit 116c075301878dbd769b7f39ec24381ac686502c:
  Liping Ke (1):
        Make bitbake server type configurable(xmlrpc,none)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib llu/build_again
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=llu/build_again

Lianhao Lu (1):
  bitbake/hob: Fixed the "build again" hang.

 bitbake/lib/bb/ui/crumbs/hobeventhandler.py |    3 +++
 bitbake/lib/bb/ui/hob.py                    |    5 +++--
 2 files changed, 6 insertions(+), 2 deletions(-)



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-06-10 17:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-10  7:40 [IMAGE_CREATOR 0/1] Fixed the "build again" hang Lianhao Lu
2011-06-10  7:40 ` [IMAGE_CREATOR 1/1] bitbake/hob: " Lianhao Lu
2011-06-10 17:30   ` Joshua Lock

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.