All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] webhob related changes in bitbake
@ 2013-09-09 16:40 Alex DAMIAN
  2013-09-09 16:40 ` [PATCH 01/13] bitbake: cooker: clean up code and avoid duplication Alex DAMIAN
                   ` (12 more replies)
  0 siblings, 13 replies; 18+ messages in thread
From: Alex DAMIAN @ 2013-09-09 16:40 UTC (permalink / raw)
  To: bitbake-devel, richard.purdie; +Cc: Alexandru DAMIAN

From: Alexandru DAMIAN <alexandru.damian@intel.com>

I'm sending in a set of patches that bring in changes that prepare bitbake
for supporting WebHob-related tasks.

The changes focus on improving and standardizing the information sent through
the event system, and cleaning up code in bitbake.

The following changes since commit 0ca5d1fb38157564a2b9452ade32391d18a41b09:

  yocto-bsp: remove apm as a default MACHINE_FEATURE (2013-09-09 16:28:47 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib adamian/bitbake-core-changes-0909
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=adamian/bitbake-core-changes-0909

Alexandru DAMIAN (13):
  bitbake: cooker: clean up code and avoid duplication
  bitbake: runqueue: Add runQueueTaskSkipped event
  bitbake: runqueue: added prebuild detailed information
  bitbake: runqueue, build: event data change
  bitbake: runqueue: add sceneQueueTaskCompleted event
  bitbake: build: add link to logfile for Task events
  bitbake: cooker, command: add a command to return global data
  bitbake: cooker: use prepareTreeData when computing environment
  bitbake: event: do not abort on UI handlers error
  bitbake: add SinglePackageInfo event
  bitbake: event: adding an event to pass build file sizes
  bitbake: xmlrpc: delete unused code BitBakeUIEventServer
  bitbake: cooker: add extra recipe information

 bitbake/lib/bb/build.py         |  4 +++
 bitbake/lib/bb/command.py       |  7 ++++
 bitbake/lib/bb/cooker.py        | 74 +++++++++++++++++++++++++----------------
 bitbake/lib/bb/event.py         | 48 ++++++++++++++++++--------
 bitbake/lib/bb/runqueue.py      | 33 ++++++++++++++++--
 bitbake/lib/bb/server/xmlrpc.py | 45 -------------------------
 bitbake/lib/bb/ui/knotty.py     |  2 ++
 7 files changed, 123 insertions(+), 90 deletions(-)

-- 
1.8.1.2



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

end of thread, other threads:[~2013-09-13 14:53 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-09 16:40 [PATCH 00/13] webhob related changes in bitbake Alex DAMIAN
2013-09-09 16:40 ` [PATCH 01/13] bitbake: cooker: clean up code and avoid duplication Alex DAMIAN
2013-09-09 16:40 ` [PATCH 02/13] bitbake: runqueue: Add runQueueTaskSkipped event Alex DAMIAN
2013-09-09 16:40 ` [PATCH 03/13] bitbake: runqueue: added prebuild detailed information Alex DAMIAN
2013-09-09 16:40 ` [PATCH 04/13] bitbake: runqueue, build: event data change Alex DAMIAN
2013-09-10 13:52   ` Richard Purdie
2013-09-09 16:40 ` [PATCH 05/13] bitbake: runqueue: add sceneQueueTaskCompleted event Alex DAMIAN
2013-09-09 16:40 ` [PATCH 06/13] bitbake: build: add link to logfile for Task events Alex DAMIAN
2013-09-10 14:01   ` Richard Purdie
2013-09-09 16:40 ` [PATCH 07/13] bitbake: cooker, command: add a command to return global data Alex DAMIAN
2013-09-13 14:52   ` Richard Purdie
2013-09-09 16:40 ` [PATCH 08/13] bitbake: cooker: use prepareTreeData when computing environment Alex DAMIAN
2013-09-09 16:41 ` [PATCH 09/13] bitbake: event: do not abort on UI handlers error Alex DAMIAN
2013-09-09 16:49   ` Richard Purdie
2013-09-09 16:41 ` [PATCH 10/13] bitbake: add SinglePackageInfo event Alex DAMIAN
2013-09-09 16:41 ` [PATCH 11/13] bitbake: event: adding an event to pass build file sizes Alex DAMIAN
2013-09-09 16:41 ` [PATCH 12/13] bitbake: xmlrpc: delete unused code BitBakeUIEventServer Alex DAMIAN
2013-09-09 16:41 ` [PATCH 13/13] bitbake: cooker: add extra recipe information Alex DAMIAN

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.