From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.windriver.com ([147.11.1.11]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QZCSw-00030b-1i for openembedded-core@lists.openembedded.org; Wed, 22 Jun 2011 03:42:50 +0200 Received: from ALA-HCA.corp.ad.wrs.com (ala-hca [147.11.189.40]) by mail.windriver.com (8.14.3/8.14.3) with ESMTP id p5M1dEJR005872 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Tue, 21 Jun 2011 18:39:15 -0700 (PDT) Received: from [128.224.162.220] (128.224.162.220) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.1.255.0; Tue, 21 Jun 2011 18:39:14 -0700 Message-ID: <4E014743.6000305@windriver.com> Date: Wed, 22 Jun 2011 09:37:07 +0800 From: wenzong fan User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11) Gecko/20100713 Thunderbird/3.0.6 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer , Mark Hatle References: <4E00BCAD.5010204@windriver.com> In-Reply-To: <4E00BCAD.5010204@windriver.com> Subject: Re: [PATCH 0/1] Integrate ccache-native X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jun 2011 01:42:50 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 06/21/2011 11:45 PM, Mark Hatle wrote: > Just looking for a status review on this item. > > Does this implement the task: > > Performance Improvements - CCACHE per recipe > > c) Set CCACHE on a per recipe basis. need to figure out whether ccache data can > be shared and under what circumstances. > > ? > > Correct, this task also be included in this review. Thanks Wenzong > I just need to update them with the status, if this is the full item, I'll make > sure it gets reviewed when Richard starts integrating patches again. > > Thanks! > > --Mark > > > On 6/17/11 4:19 AM, wenzong.fan@windriver.com wrote: > >> From: Wenzong Fan >> >> 1) Add ccache as a native tool, for getting it built automatically make >> it as the dependency of bzip2; Also, the ccache will be included by SDK >> images; >> >> 2) Set CCACHE on a per recipe basis and add task 'mkccachedir' to create >> the CCACHE_DIR while start a package building; >> >> 3) Remove the duplicate 'ccache.inc' from 'meta/class/'. >> >> The following changes since commit 2163461ec94528ecf046a04edc5db3d2dd3a6b8b: >> Tom Zanussi (1): >> systemtap: remove non-core COMPATIBLE_MACHINES >> >> are available in the git repository at: >> >> git://git.pokylinux.org/poky-contrib wenzong/ccache >> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=wenzong/ccache >> >> Wenzong Fan (1): >> ccache: Integrate ccache-native >> >> meta/classes/base.bbclass | 1 + >> meta/classes/ccache.bbclass | 21 +++++++++++++++++++++ >> meta/classes/ccache.inc | 11 ----------- >> meta/conf/bitbake.conf | 1 + >> meta/recipes-core/tasks/task-core-sdk.bb | 1 + >> meta/recipes-devtools/ccache/ccache.inc | 16 ++++++++++++++++ >> meta/recipes-devtools/ccache/ccache_3.1.5.bb | 8 ++++++++ >> meta/recipes-extended/bzip2/bzip2_1.0.6.bb | 2 ++ >> 8 files changed, 50 insertions(+), 11 deletions(-) >> create mode 100644 meta/classes/ccache.bbclass >> delete mode 100644 meta/classes/ccache.inc >> create mode 100644 meta/recipes-devtools/ccache/ccache.inc >> create mode 100644 meta/recipes-devtools/ccache/ccache_3.1.5.bb >> >> >> _______________________________________________ >> Openembedded-core mailing list >> Openembedded-core@lists.openembedded.org >> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core >> > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core > >