From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lo.gmane.org ([80.91.229.12]) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1NbVnd-0004Uu-Vk for openembedded-devel@lists.openembedded.org; Sun, 31 Jan 2010 10:09:01 +0100 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NbVlJ-0001LK-Nr for openembedded-devel@lists.openembedded.org; Sun, 31 Jan 2010 10:06:33 +0100 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 ; Sun, 31 Jan 2010 10:06:33 +0100 Received: from k.kooi by s55917625.adsl.wanadoo.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 31 Jan 2010 10:06:33 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: openembedded-devel@lists.openembedded.org From: Koen Kooi Date: Sun, 31 Jan 2010 10:06:13 +0100 Message-ID: References: <4B598603.4080603@dresearch.de> 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.6; en-US; rv:1.9.1.7) Gecko/20100114 Shredder/3.0.2pre In-Reply-To: <4B598603.4080603@dresearch.de> X-Enigmail-Version: 1.0 Sender: news X-SA-Exim-Connect-IP: 80.91.229.12 X-SA-Exim-Mail-From: gcho-openembedded-devel@m.gmane.org X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: No (on linuxtogo.org); Unknown failure Subject: Re: package for kernel module devel? 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: Sun, 31 Jan 2010 09:09:01 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 22-01-10 12:03, Steffen Sledz wrote: > Our team is developing new kernel modules for our machine. For fast > development cycles it would be very helpful to be able to compile the > modules at the machine itself. > > By installing task-native-sdk & Co. nearly all needed stuff is > available but i miss the linux kernel headers and the corresponding > link to them (/lib/modules/x.x.x.x/build). :( > > Does a package exist for this (or for the complete kernel sources)? The easiest way to do that would be to add something like this to kernel.bbclass: do_install() { .. oe_runmake headers_install INSTALL_HDR_PATH=${D}${exec_prefix} ARCH=$ARCH } And package those up. regards, Koen -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFLZUgFMkyGM64RGpERApq9AKCP3ImgTzjNcM3Z8+R/9UhhbrMnVgCfYW3k tYs4OES4EbonVmi8cuCVpYs= =Bl/6 -----END PGP SIGNATURE-----