Hej! On Tue, 4 Dec 2007 15:42:14 +0100, "Aeschbacher, Fabrice" said: > Hi, > > I'm new to OpenEmbedded, and I am trying to create a configuration for a > new hardware.
... > - bitbake decided to use the kernel 2.6.18. How can I tell him to use a > given kernel, for example 2.6.23.9, or even my-kernel.tgz ? Create a .bb file for your kernel (my-kernel.bb, see linux-*.bb for samples), inherit from kernel, let SRC_URI point to my-kernel.tgz (or create a patch to a release kernel, see samples). > - where do I put the kernel .config file I want to use? The samples use SRC_URI to refer to a defconfig file placed at the same location as the .bb file and use do_configure() to copy it to .defconfig. But you are free to do as you like. ... Bye, Vitus _______________________________________________ Openembedded-users mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-users
