All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10][PULL] Hob2 related bitbake changes
@ 2011-12-12  2:20 Dongxiao Xu
  2011-12-12  2:20 ` [PATCH 01/10] command.py: Modify needcache value for certain functions Dongxiao Xu
                   ` (9 more replies)
  0 siblings, 10 replies; 19+ messages in thread
From: Dongxiao Xu @ 2011-12-12  2:20 UTC (permalink / raw)
  To: bitbake-devel

Hi Richard,

This pull request introduces several hob2 related bitbake changes.
Please help to review and pull.

Thanks,
Dongxiao

The following changes since commit 71b53a3f0766ca464560a1f6a449f9424fbdf7ae:
  Matthew McClintock (1):
        siggen.py: If both sigs have a variable in it's whitelist then don't say it's changed

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib dxu4/hob2-bitbake-change
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/hob2-bitbake-change

Dongxiao Xu (10):
  command.py: Modify needcache value for certain functions
  cache: Use configuration's hash value to validate cache
  cooker: user bb.configuration.data to inject events
  command.py: add initCooker API
  command.py: add parseConfigurationFiles API
  command.py: add generateTargetsTreePro API
  event.py: Add a new event PackageInfo
  xmlrpc: Change BitbakeServerInfo init function
  cooker: remove command import in cooker.py
  bitbake: add a new option "--server-only"

 bin/bitbake             |   23 ++++++---
 lib/bb/cache.py         |   32 +++++--------
 lib/bb/command.py       |   34 ++++++++++++-
 lib/bb/cooker.py        |  123 +++++++++++++++++++++++++++++++++++++++++++++--
 lib/bb/data_smart.py    |   17 +++++++
 lib/bb/event.py         |    9 ++++
 lib/bb/server/xmlrpc.py |    8 ++--
 7 files changed, 208 insertions(+), 38 deletions(-)




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

end of thread, other threads:[~2011-12-14  1:11 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-12  2:20 [PATCH 00/10][PULL] Hob2 related bitbake changes Dongxiao Xu
2011-12-12  2:20 ` [PATCH 01/10] command.py: Modify needcache value for certain functions Dongxiao Xu
2011-12-13 16:31   ` Joshua Lock
2011-12-12  2:20 ` [PATCH 02/10] cache: Use configuration's hash value to validate cache Dongxiao Xu
2011-12-12  2:20 ` [PATCH 03/10] cooker: user bb.configuration.data to inject events Dongxiao Xu
2011-12-13 16:31   ` Joshua Lock
2011-12-14  1:03     ` Xu, Dongxiao
2011-12-12  2:20 ` [PATCH 04/10] command.py: add initCooker API Dongxiao Xu
2011-12-12  2:20 ` [PATCH 05/10] command.py: add parseConfigurationFiles API Dongxiao Xu
2011-12-13 16:38   ` Joshua Lock
2011-12-14  0:41     ` Xu, Dongxiao
2011-12-14  0:54       ` Joshua Lock
2011-12-12  2:20 ` [PATCH 06/10] command.py: add generateTargetsTreePro API Dongxiao Xu
2011-12-13 16:46   ` Joshua Lock
2011-12-14  0:44     ` Xu, Dongxiao
2011-12-12  2:20 ` [PATCH 07/10] event.py: Add a new event PackageInfo Dongxiao Xu
2011-12-12  2:20 ` [PATCH 08/10] xmlrpc: Change BitbakeServerInfo init function Dongxiao Xu
2011-12-12  2:20 ` [PATCH 09/10] cooker: remove command import in cooker.py Dongxiao Xu
2011-12-12  2:20 ` [PATCH 10/10] bitbake: add a new option "--server-only" Dongxiao Xu

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.