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.72) (envelope-from ) id 1QcPoc-0003Kx-Oz for openembedded-core@lists.openembedded.org; Fri, 01 Jul 2011 00:34:31 +0200 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p5UMUlGv029371 for ; Thu, 30 Jun 2011 23:30:47 +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 27728-04 for ; Thu, 30 Jun 2011 23:30:43 +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 p5UMUdKY029351 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 30 Jun 2011 23:30:39 +0100 From: Richard Purdie To: Patches and discussions about the oe-core layer In-Reply-To: References: Date: Thu, 30 Jun 2011 23:30:20 +0100 Message-ID: <1309473020.20015.478.camel@rex> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 X-Virus-Scanned: amavisd-new at rpsys.net Subject: Re: [PATCH 0/6] uclibc config cleanup 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: Thu, 30 Jun 2011 22:34:31 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2011-06-30 at 01:06 -0700, Khem Raj wrote: > We do not need machine configs or even arch configs since we construct the bits > in .inc files. Once anamoly is mips where we do not use default ARCH for o32 > which is mips1 but we use mips32 so thats the reason we have a separate config > for mips. > > Additionally fix boot issue found on mips which were exposed by udev 171 > > These patches have been tested with builds from scratch for all supported qemu machines > and incrmental too (for qemumips) > and angstrom/console-image is booted on all supported qemu machines > > The following changes since commit ae4c2b8834dc4d88be7207ea5c45c596bb46fded: > > uclibc: Fix bug exposed by udev 168+ for mips architecture (2011-06-30 00:52:32 -0700) > > are available in the git repository at: > git://git.openembedded.org/openembedded-core-contrib kraj/uclibc-cleanup > http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/uclibc-cleanup > > Khem Raj (6): > uclibc: Remove redundant machine/arch configs > uclibc-config.inc: Fix regexp to determine big-endian arm > uclibc.inc: Use ARCH_WANTS_{LITTLE|BIG}_ENDIAN to denote endian > uclibc_git.bb: Untether UCLIBC_HAS_FPU from UCLIBC_HAS_FLOATS > uclibc: Add UCLIBC_HAS_FLOATS=y to uClibc.distro > uclibc: Fix bug exposed by udev 168+ for mips architecture Merged to master, thanks. Richard