From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com ([192.55.52.93]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QjmMW-0007SQ-4u for bitbake-devel@lists.openembedded.org; Thu, 21 Jul 2011 08:03:56 +0200 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 20 Jul 2011 22:59:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,239,1309762800"; d="scan'208";a="32854701" Received: from lke-nhm.sh.intel.com (HELO localhost) ([10.239.36.53]) by fmsmga001.fm.intel.com with ESMTP; 20 Jul 2011 22:59:47 -0700 From: Ke Liping To: yocto@yoctoproject.org, bitbake-devel@lists.openembedded.org Date: Thu, 21 Jul 2011 13:50:20 +0800 Message-Id: X-Mailer: git-send-email 1.7.0.4 Subject: [PATCH 0/1][Image Creator] Remove unused target tree data for Hob 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, 21 Jul 2011 06:03:56 -0000 From: Liping Ke Since Hob only needes package dependency information, we can create a new version of package information retrieving methods, remove task dependency information, so that we can greatly reduce data loading time for Hob The following changes since commit fa4bcfdb73167f8159b88e5a4d711c0d37627a70: Darren Hart (1): bb-matrix: correct BB and PM number canonicalization are available in the git repository at: git://git.pokylinux.org/poky-contrib lke/hob_perf http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lke/hob_perf Liping Ke (1): Remove unused target tree data for Hob bitbake/lib/bb/cooker.py | 96 +++++++++++++++++++++++++++++++++++++--------- 1 files changed, 77 insertions(+), 19 deletions(-) From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mx1.pokylinux.org (Postfix) with ESMTP id C01544C80A8F for ; Thu, 14 Jul 2011 22:38:02 -0500 (CDT) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 14 Jul 2011 20:38:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.65,532,1304319600"; d="scan'208";a="30576928" Received: from lke-nhm.sh.intel.com (HELO localhost) ([10.239.36.48]) by fmsmga001.fm.intel.com with ESMTP; 14 Jul 2011 20:38:01 -0700 From: Ke Liping To: yocto@yoctoproject.org Date: Fri, 15 Jul 2011 11:28:49 +0800 Message-Id: X-Mailer: git-send-email 1.7.0.4 Subject: [PATCH 0/1][Image Creator] Remove unused target tree data for Hob X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jul 2011 03:38:03 -0000 From: Liping Ke Since Hob only needes package dependency information, we can create a new version of package information retrieving methods, remove task dependency information, so that we can greatly reduce data loading time for Hob The following changes since commit fa4bcfdb73167f8159b88e5a4d711c0d37627a70: Darren Hart (1): bb-matrix: correct BB and PM number canonicalization are available in the git repository at: git://git.pokylinux.org/poky-contrib lke/hob_perf http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lke/hob_perf Liping Ke (1): Remove unused target tree data for Hob bitbake/lib/bb/cooker.py | 96 +++++++++++++++++++++++++++++++++++++--------- 1 files changed, 77 insertions(+), 19 deletions(-)