From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [80.91.229.2] (helo=ciao.gmane.org) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1MVOi8-0007Og-0J for openembedded-devel@openembedded.org; Mon, 27 Jul 2009 13:49:44 +0200 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1MVOTu-00060w-Oh for openembedded-devel@openembedded.org; Mon, 27 Jul 2009 11:35:02 +0000 Received: from s55917625.adsl.wanadoo.nl ([85.145.118.37]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Jul 2009 11:35:02 +0000 Received: from k.kooi by s55917625.adsl.wanadoo.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Jul 2009 11:35:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: openembedded-devel@openembedded.org From: Koen Kooi Date: Mon, 27 Jul 2009 13:34:44 +0200 Message-ID: References: <4A6D5C5A.2010003@gmail.com> Mime-Version: 1.0 X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: s55917625.adsl.wanadoo.nl User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.1pre) Gecko/20090712 Shredder/3.0b3pre In-Reply-To: Sender: news Subject: Re: linux recipe selected despite ASSUME_PROVIDED += "virtual/kernel" 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: Mon, 27 Jul 2009 11:49:44 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 27-07-09 10:46, Patrick Bellasi wrote: > On Mon, Jul 27, 2009 at 09:50, Graham Gower wrote: >> Hi, >> I wish to build an Angstrom based console-image for mipsel from the >> org.openembedded.dev branch. I maintain a kernel for the device but am >> not yet ready to integrate this into an OE recipe. The default >> linux_2.6.30.bb >> fails to build for me, thus I wish to not build the kernel at this point >> in time. >> >> My local.conf contains the following lines, >> STAGING_KERNEL_DIR = "/home/grg/jz/linux" >> ASSUME_PROVIDED += "virtual/kernel" > > I guess that a kernel is required to build an image: in instance to > compile libc which relay on some kernel headers. Bzzzt! Wrong! OE builds the libc headers from a different recipe called linux-libc-headers. regards, Koen