From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relay1.mentorg.com ([192.94.38.131]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1PupbI-0000lg-Fr; Wed, 02 Mar 2011 18:12:36 +0100 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1PupZs-0003dG-OZ from Tom_Rini@mentor.com ; Wed, 02 Mar 2011 09:11:08 -0800 Received: from SVR-ORW-FEM-04.mgc.mentorg.com ([147.34.97.41]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Wed, 2 Mar 2011 09:11:08 -0800 Received: from [172.30.80.189] (147.34.91.1) by svr-orw-fem-04.mgc.mentorg.com (147.34.97.41) with Microsoft SMTP Server id 14.1.270.1; Wed, 2 Mar 2011 09:11:08 -0800 Message-ID: <4D6E7A16.9000608@mentor.com> Date: Wed, 2 Mar 2011 10:10:46 -0700 From: Tom Rini Organization: Mentor Graphics Corporation User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Lightning/1.0b2 Thunderbird/3.1.7 MIME-Version: 1.0 To: Ben Gardiner References: <4D6E75BD.7050005@mentor.com> In-Reply-To: X-OriginalArrivalTime: 02 Mar 2011 17:11:08.0206 (UTC) FILETIME=[D250CCE0:01CBD8FC] Cc: Andrea Galbusera , Koen Kooi , openembedded-devel@lists.openembedded.org, Denys Dmytriyenko Subject: Re: [PATCH v2 0/2] allow linux-lib-headers with external-toolchain-csl X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2011 17:12:36 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 03/02/2011 10:00 AM, Ben Gardiner wrote: > Hi Tom, > > On Wed, Mar 2, 2011 at 11:52 AM, Tom Rini wrote: >> On 03/02/2011 08:05 AM, Ben Gardiner wrote: >>> >>> This patch series enables the use of linux-libc-headers with >>> external CSL toolchain. This is useful when building userspace >>> applications to use ABI features not present in the headers bundled >>> with the CSL toolchain. >>> >>> Version 1 of this patch was tested in arago [1] and found to work there. >>> >>> Testing was performed there also by Andrea Galbusera. >>> Who found that the changes enabled a couple of packages to pickup kernel >>> headers that were not bundled with the CSL toolchain. >>> >>> I tested this series on 3dc72c4ca0a9ce677f6c3a56517626984b5eaaa0 of >>> git://git.openembedded.org/openembedded#master >>> >>> Using the following local.conf (comment- and blank-lines trimmed): >> >> With some slight modifications to not use rsync (since the host may not have >> that) and to punt the local.conf.sample bit to another commit I'm doing >> shortly with a full -csl example, I've applied this locally and will push >> today. Thanks! > > Glad you like it! > > I was not aware of the rsync restriction, thanks. What are the mod's > you're going to use? I'd be happy to re-spin the series with your > changes and the local.conf.sample extracted. It's all in now (and this spurred me to push something else I've been meaning to for a while, adding in gdbserver and dropping do_stage) but in short, we just cp -a like before but now will rm -rf as needed. -- Tom Rini Mentor Graphics Corporation