From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dan.rpsys.net ([93.97.175.187]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1UHa0W-0001uu-9M for openembedded-core@lists.openembedded.org; Mon, 18 Mar 2013 14:21:46 +0100 Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id r2IDDwlL032756; Mon, 18 Mar 2013 13:13:58 GMT X-Virus-Scanned: Debian amavisd-new at dan.rpsys.net Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id bAHRYl0L9CQh; Mon, 18 Mar 2013 13:13:58 +0000 (GMT) Received: from [192.168.3.10] (rpvlan0 [192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id r2IDDqHs032745 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Mon, 18 Mar 2013 13:13:55 GMT Message-ID: <1363611880.16482.17.camel@ted> From: Richard Purdie To: Martin Jansa Date: Mon, 18 Mar 2013 13:04:40 +0000 In-Reply-To: <1363601408-5528-1-git-send-email-Martin.Jansa@gmail.com> References: <1363601408-5528-1-git-send-email-Martin.Jansa@gmail.com> X-Mailer: Evolution 3.6.2-0ubuntu0.1 Mime-Version: 1.0 Cc: openembedded-core@lists.openembedded.org Subject: Re: [RFC] icecc: Allow to use this bbclass together with external toolchains X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Mar 2013 13:21:55 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Mon, 2013-03-18 at 11:10 +0100, Martin Jansa wrote: > * original implementation by Antti Harju > > Signed-off-by: Martin Jansa > --- > meta/classes/icecc.bbclass | 37 +++++++++++++++++++++++++++++++++---- > 1 file changed, 33 insertions(+), 4 deletions(-) FWIW, I don't have strong opinions on icecc so I rely a lot on the experiences of its users to decide which patches to pull in. I assume this class requires the external toolchain to be installed on each machine in the pool? Cheers, Richard