From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 93-97-173-237.zone5.bethere.co.uk ([93.97.173.237] helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QQ5HD-0008NE-Nx for openembedded-core@lists.openembedded.org; Sat, 28 May 2011 00:13:04 +0200 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p4RM9uaW007051; Fri, 27 May 2011 23:09:56 +0100 Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 06469-09; Fri, 27 May 2011 23:09:52 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p4RM9k60007045 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 27 May 2011 23:09:47 +0100 From: Richard Purdie To: Joshua Lock In-Reply-To: <1306526949.1747.8.camel@vorpal> References: <1306515635.27470.284.camel@rex> <7DC6724C-BF20-4EA1-A87D-32FBEEECDA3B@dominion.thruhere.net> <1306526949.1747.8.camel@vorpal> Date: Fri, 27 May 2011 23:09:40 +0100 Message-ID: <1306534180.27470.305.camel@rex> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 X-Virus-Scanned: amavisd-new at rpsys.net Cc: bitbake-devel@lists.openembedded.org, openembedded-core@lists.openembedded.org Subject: Re: [bitbake-devel] [PATCH 00/11] Add PR service and integrate PKGV/PKGR from OE X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2011 22:13:04 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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 uievent. There have been API changes in upstream which mean this code will fail to work with bitbake itself although it will work with the pr server. I've merged the patches as a bandaid to allow things to work but we've now got two different server backends using different server APIs. I really just want to highlight I'm aware of this and it will get addressed next week. Its been on my todo list and is way overdue. The main priority is to get people's builds with OE-Core working again. Cheers, Richard