From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.dream-property.net ([82.149.226.172]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SFYYd-000571-DL for openembedded-core@lists.openembedded.org; Thu, 05 Apr 2012 00:20:03 +0200 Received: from localhost (localhost [127.0.0.1]) by mail.dream-property.net (Postfix) with ESMTP id 4F020315AD6E for ; Thu, 5 Apr 2012 00:10:54 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.dream-property.net Received: from mail.dream-property.net ([127.0.0.1]) by localhost (mail.dream-property.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id O7k+yaH2o8KL for ; Thu, 5 Apr 2012 00:10:47 +0200 (CEST) Received: from [172.22.22.61] (drms-4d0147c1.pool.mediaWays.net [77.1.71.193]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.dream-property.net (Postfix) with ESMTPSA id 929B3315A8C7 for ; Thu, 5 Apr 2012 00:10:47 +0200 (CEST) Message-ID: <4F7CC6E6.6020006@opendreambox.org> Date: Thu, 05 Apr 2012 00:10:46 +0200 From: Andreas Oberritter User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1 MIME-Version: 1.0 To: openembedded-core@lists.openembedded.org References: In-Reply-To: Subject: Re: [PATCH 3/7] conf/machine/include: Cleanup MIPS tunings to match README 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, 04 Apr 2012 22:20:03 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 03.04.2012 21:47, Mark Hatle wrote: > Cleanup the MIPS tunings to match the new tuning README file. Also > add a MIPS specific README file to explain the MIPS specifical > architectural issues. > > Finally correct the variant configurations within the tune-mips32.inc. What was mipsel-oe-linux before now became mips32el-oe-linux, i.e. tmp/work/mipsel-oe-linux now is tmp/work/mips32el-oe-linux. I'm not sure what else broke. Was this intentional? Regards, Andreas