From patchwork Fri Jan 13 08:30:34 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel,0/9,v3,PULL] Hob: bitbake related changes Date: Fri, 13 Jan 2012 08:30:34 -0000 From: Dongxiao Xu X-Patchwork-Id: 19259 Message-Id: To: bitbake-devel@lists.openembedded.org Hi Richard, This is the third pull request for Hob bitbake related changes. Please help to review and pull. Changes from v2: 1. Fix parameter checking issue on --bind and --server-only. 2. Add a new command triggerEvent(), which enables the client to request triggering specific event from bitbake server. 3. Add a specific event 'RequestPackageInfo' to get available package information. 4. Change the way to get the CPU information on server side. Thanks, Dongxiao The following changes since commit 9d8f45407c67ed0d3c4f820cf646de3c385067c7: Lianhao Lu (1): bitbake: Automatically start local PR service. are available in the git repository at: git://git.pokylinux.org/poky-contrib dxu4/hob-bitbake-changes-v3 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/hob-bitbake-changes-v3 Dongxiao Xu (7): cache: Use configuration's hash value to validate cache command.py: add resolve option for generateTargetsTree API event.py: Add new events RequestPackageInfo and PackageInfo bitbake: add -B option to bind with interface bitbake: Add client socket info for BitBakeServerConnection command.py: Add a new API triggerEvent() runqueue: fire sceneQueueTaskStarted event when a setscene queue starts Shane Wang (2): bitbake: change for adding progress bar in Hob2. command.py: add new API to get the cpu count on the server bin/bitbake | 17 +++++++- lib/bb/cache.py | 34 ++++++---------- lib/bb/command.py | 23 ++++++++++- lib/bb/cooker.py | 74 ++++++++++++++++++++++++++++-------- lib/bb/data_smart.py | 21 ++++++++++ lib/bb/event.py | 96 +++++++++++++++++++++++++++++++++++----------- lib/bb/runqueue.py | 10 +++++ lib/bb/server/xmlrpc.py | 10 ++-- lib/bb/ui/knotty.py | 5 ++- lib/bb/ui/uievent.py | 7 ++- lib/bb/utils.py | 4 ++ 11 files changed, 227 insertions(+), 74 deletions(-)