From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 93-97-173-237.zone5.bethere.co.uk ([93.97.173.237] helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1Obr8s-0000LS-WA for openembedded-devel@lists.openembedded.org; Thu, 22 Jul 2010 10:28:40 +0200 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id o6M8S6f9029984 for ; Thu, 22 Jul 2010 09:28:06 +0100 Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 29468-09 for ; Thu, 22 Jul 2010 09:28:02 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id o6M8S1rj029978 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 22 Jul 2010 09:28:01 +0100 From: Richard Purdie To: openembedded-devel@lists.openembedded.org In-Reply-To: <1279735486-7050-1-git-send-email-raj.khem@gmail.com> References: <1279735486-7050-1-git-send-email-raj.khem@gmail.com> Date: Thu, 22 Jul 2010 09:27:57 +0100 Message-ID: <1279787277.22581.1723.camel@rex> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 X-Virus-Scanned: amavisd-new at rpsys.net X-SA-Exim-Connect-IP: 93.97.173.237 X-SA-Exim-Mail-From: rpurdie@rpsys.net X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on discovery X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00,RDNS_DYNAMIC, TVD_RCVD_IP autolearn=no version=3.2.5 X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: Yes (on linuxtogo.org) Subject: Re: [PATCH 0/4][RFC] Remove CROSS_DIR, install cross-packages into native sysroot 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: Thu, 22 Jul 2010 08:28:41 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Wed, 2010-07-21 at 11:04 -0700, Khem Raj wrote: > The following 4 patches are based on Jushua's work in poky to get rid of > cross dir and install the toolchain in native sysroot. > > I have done native-sdk-builds for uclibc and eglibc. It could build the images > and the images booted fine in qemu on mips and arm. > > I would appreciate if someone could lend a hand in testing these patches > > And as we have changed tmpdir layout with this patch I have also bumped ABI > which means tmp has to be nuked before you try these patches. > > Please review/ack/nack Thanks for looking at this, its something I've wanted to get to for a while but haven't managed so far. Consider this an ack from me! Cheers, Richard