| Submitter | Dongxiao Xu |
|---|---|
| Date | Dec. 15, 2011, 7:14 a.m. |
| Message ID | <cover.1323933009.git.dongxiao.xu@intel.com> |
| Download | mbox |
| Permalink | /patch/16977/ |
| State | New |
| Headers | show |
Pull-request
git://git.pokylinux.org/poky-contrib dxu4/hob2-bitbake-change-v2Comments
Hi Richard, Could you hold this patchset for a moment? I have some new version for it and will send out soon. Sorry for inconvenience. Thanks, Dongxiao > -----Original Message----- > From: bitbake-devel-bounces@lists.openembedded.org > [mailto:bitbake-devel-bounces@lists.openembedded.org] On Behalf Of > Dongxiao Xu > Sent: Thursday, December 15, 2011 3:15 PM > To: bitbake-devel@lists.openembedded.org > Subject: [bitbake-devel] [PATCH 00/10 v2] Hob2 related bitbake changes > > Hi Richard, > > This pull request is the second version that introduces several hob2 related > bitbake changes. > Please help to review and pull. > > Changes from v1: > Add "resolve" option in generateTargetsTree() instead of adding a new > generateTargetsTreePro function. Thanks for Josh's suggestions. > > 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-v2 > > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/hob2-bitbake-chang > e-v2 > > 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 resolve option for generateTargetsTree 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 | 31 +++++++++++++++++++++++--- > lib/bb/cooker.py | 55 > ++++++++++++++++++++++++++++++++++++++-------- > lib/bb/data_smart.py | 17 ++++++++++++++ > lib/bb/event.py | 9 +++++++ > lib/bb/server/xmlrpc.py | 8 +++--- > 7 files changed, 130 insertions(+), 45 deletions(-) > > > _______________________________________________ > bitbake-devel mailing list > bitbake-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/bitbake-devel
Hi Richard, This pull request is the second version that introduces several hob2 related bitbake changes. Please help to review and pull. Changes from v1: Add "resolve" option in generateTargetsTree() instead of adding a new generateTargetsTreePro function. Thanks for Josh's suggestions. 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-v2 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/hob2-bitbake-change-v2 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 resolve option for generateTargetsTree 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 | 31 +++++++++++++++++++++++--- lib/bb/cooker.py | 55 ++++++++++++++++++++++++++++++++++++++-------- lib/bb/data_smart.py | 17 ++++++++++++++ lib/bb/event.py | 9 +++++++ lib/bb/server/xmlrpc.py | 8 +++--- 7 files changed, 130 insertions(+), 45 deletions(-)