From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [78.46.147.237] (helo=gandharva.secretlabs.de) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1Mdbx7-0002ob-KU for openembedded-devel@lists.openembedded.org; Wed, 19 Aug 2009 05:35:09 +0200 Received: from tamarin.localnet (123-192-185-227.dynamic.kbronet.com.tw [123.192.185.227]) by gandharva.secretlabs.de (Postfix) with ESMTPSA id A0A9B1B10C07 for ; Wed, 19 Aug 2009 03:21:48 +0000 (UTC) From: Holger Hans Peter Freyther To: openembedded-devel@lists.openembedded.org Date: Wed, 19 Aug 2009 05:17:21 +0200 User-Agent: KMail/1.12.0 (Linux/2.6.31-rc4; KDE/4.3.0; i686; ; ) References: <1250176750.29049.1003.camel@conroy-linux> <20090818174157.GB25000@denix.org> <1250620212.6785.43.camel@conroy-linux> In-Reply-To: <1250620212.6785.43.camel@conroy-linux> MIME-Version: 1.0 Message-Id: <200908190517.21656.holger+oe@freyther.de> Subject: Re: gcc-cross-sdk (GCC 4.2.3) limits.h woes 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, 19 Aug 2009 03:35:09 -0000 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit On Tuesday 18 August 2009 20:30:12 Chris Conroy wrote: > Sorry for not providing more detail at first... > > With debian renaming on, glibc, for example, gets renamed to 'libc6' and > packaged as such. Normally, this works because the other packages pick > up the rename at some point along the way. The comment at the top of > debian.bbclass states: > > # Debian package renaming only occurs when a package is built > # We therefore have to make sure we build all runtime packages > # before building the current package to make the packages runtime > # depends are correct > > So, glibc is packaged as part of my toolchain's sdk. Building > meta-toolchain works just fine. Then, I go to build an image using the > external-toolchain. It fails because opkg cannot satisfy the dependency > for 'glibc (>=2.7)'. This is because the ipkg generated by the debian > rename is named 'libc6_2.7-r9_mipsel.ipk'. During the creation of the > toolchain, all packages picked up this rename. Have you seen this: http://docs.openembedded.org/usermanual/html/commonuse_prebuilt_toolchain.html#id388796 does it help in any way? To be honest I'm still missing how you try to create the image and if you rebuilt glibc or application or such.. z.