Re: [OE-core] [bitbake-devel] [PATCH 00/11] Add PR service and integrate PKGV/PKGR from OE

2011-05-27 Thread Khem Raj
On Fri, May 27, 2011 at 6:05 PM, Khem Raj wrote: > On Fri, May 27, 2011 at 6:02 PM, Khem Raj wrote: >> On Fri, May 27, 2011 at 3:09 PM, Richard Purdie >> wrote: >>> On Fri, 2011-05-27 at 13:09 -0700, Joshua Lock wrote: Upstream BitBake still has the xmlrpc server removed. The version in >>>

Re: [OE-core] [bitbake-devel] [PATCH 00/11] Add PR service and integrate PKGV/PKGR from OE

2011-05-27 Thread Khem Raj
On Fri, May 27, 2011 at 6:02 PM, Khem Raj wrote: > On Fri, May 27, 2011 at 3:09 PM, Richard Purdie > wrote: >> On Fri, 2011-05-27 at 13:09 -0700, Joshua Lock wrote: >>> Upstream BitBake still has the xmlrpc server removed. The version in >>> Poky's BitBake is functional (I use it daily). >>> >>>

Re: [OE-core] [bitbake-devel] [PATCH 00/11] Add PR service and integrate PKGV/PKGR from OE

2011-05-27 Thread Khem Raj
On Fri, May 27, 2011 at 3:09 PM, Richard Purdie wrote: > On Fri, 2011-05-27 at 13:09 -0700, Joshua Lock wrote: >> Upstream BitBake still has the xmlrpc server removed. The version in >> Poky's BitBake is functional (I use it daily). >> >> Attached are two patches against BitBake master to add back

Re: [OE-core] [bitbake-devel] [PATCH 00/11] Add PR service and integrate PKGV/PKGR from OE

2011-05-27 Thread Richard Purdie
On Fri, 2011-05-27 at 13:09 -0700, Joshua Lock wrote: > Upstream BitBake still has the xmlrpc server removed. The version in > Poky's BitBake is functional (I use it daily). > > Attached are two patches against BitBake master to add back the xmlrpc > server (copied from Poky's tree) and fix the ui

Re: [OE-core] [bitbake-devel] [PATCH 00/11] Add PR service and integrate PKGV/PKGR from OE

2011-05-27 Thread Joshua Lock
On Fri, 2011-05-27 at 14:01 -0700, Khem Raj wrote: > > On May 27, 2011, at 2:00 PM, Joshua Lock wrote: > > > On Fri, 2011-05-27 at 13:09 -0700, Joshua Lock wrote: > >> Upstream BitBake still has the xmlrpc server removed. The version in > >> Poky's BitBake is functional (I use it daily). > >> >

Re: [OE-core] [bitbake-devel] [PATCH 00/11] Add PR service and integrate PKGV/PKGR from OE

2011-05-27 Thread Joshua Lock
>From 4c0915842cd578e67fc9cc85d24538e419a47af8 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Fri, 27 May 2011 13:03:55 -0700 Subject: [PATCH 1/2] server: add updated/fixed xmlrpc server from Poky Signed-off-by: Joshua Lock --- lib/bb/server/xmlrpc.py | 273 ++

Re: [OE-core] [bitbake-devel] [PATCH 00/11] Add PR service and integrate PKGV/PKGR from OE

2011-05-27 Thread Khem Raj
On May 27, 2011, at 2:00 PM, Joshua Lock wrote: > On Fri, 2011-05-27 at 13:09 -0700, Joshua Lock wrote: >> Upstream BitBake still has the xmlrpc server removed. The version in >> Poky's BitBake is functional (I use it daily). >> >> Attached are two patches against BitBake master to add back th

Re: [OE-core] [bitbake-devel] [PATCH 00/11] Add PR service and integrate PKGV/PKGR from OE

2011-05-27 Thread Joshua Lock
On Fri, 2011-05-27 at 13:09 -0700, Joshua Lock wrote: > Upstream BitBake still has the xmlrpc server removed. The version in > Poky's BitBake is functional (I use it daily). > > Attached are two patches against BitBake master to add back the xmlrpc > server (copied from Poky's tree) and fix the ui

Re: [OE-core] [bitbake-devel] [PATCH 00/11] Add PR service and integrate PKGV/PKGR from OE

2011-05-27 Thread Joshua Lock
>From 1618318f0a30847b08c158e7ac82f9043126144e Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Fri, 27 May 2011 13:04:44 -0700 Subject: [PATCH 2/2] uievent: fix queueing of events for xmlrpc before UI has loaded The change to Queue up events before the UI is spawned broke the xmlrpc server beca