From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com ([143.182.124.37]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Rb5cx-0001FQ-Li for bitbake-devel@lists.openembedded.org; Thu, 15 Dec 2011 08:21:15 +0100 Received: from azsmga002.ch.intel.com ([10.2.17.35]) by azsmga102.ch.intel.com with ESMTP; 14 Dec 2011 23:14:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="47436135" Received: from dongxiao-desktop.sh.intel.com (HELO localhost) ([10.239.36.108]) by AZSMGA002.ch.intel.com with ESMTP; 14 Dec 2011 23:14:16 -0800 From: Dongxiao Xu To: bitbake-devel@lists.openembedded.org Date: Thu, 15 Dec 2011 15:14:51 +0800 Message-Id: X-Mailer: git-send-email 1.7.0.4 Subject: [PATCH 00/10 v2] Hob2 related bitbake changes X-BeenThere: bitbake-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Dec 2011 07:21:15 -0000 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(-)