Yan Seiner <[EMAIL PROTECTED]> writes: > Sergei Organov wrote: >> Hello, >> >> I'm new to Angstrom/OpenEmbedded/BitBake way of doing things and I need >> help in customizing my kernel. >> >> I've managed to build Angstrom's base-image and console-image for h3900 >> machine using "org.openembedded.angstrom-2007.12-stable". Now I'd want >> to build an image that: >> >> 1. Contains kernel built with CONFIG_LIBERTAS and CONFIG_LIBERTAS_SDIO >> turned on, and, if they are built as modules, corresponding modules >> as well. >> >> 2. Has required wireless tools (no GUI stuff is needed). >> >> How do I do it? >> > > HI Sergei: > > I'm trying to do the same thing, except that I am working with a 2.6.24 > kernel.
I'm currently trying to patch 2.6.21 with libertas support from current Linus kernel git repo. > I've spliced that kernel into stable, and built it in its default > config, Could you please tell how did you do it, so that I try it should my attempts on patching 2.6.21 fail. > d now I need to configure it to build the libertas_cs > driver. I have the same questions as you. If you find out how to do it > 'the bitbake way' please share. I didn't know either (before Andrea's reply to your post), so I just went to the directory where kernel was built and ran $ make menuconfig from there. I think this will produce the .config file that you can then copy to the 'defconfig' file in corresponding configuration directory. > > I am trying to build libertas form my marvell 8385 802.11b/g cf card. I'm trying to see if Linux will support evaluation board based on Marvell 8686 WiFi chip through SDIO interface. -- Sergei. _______________________________________________ Angstrom-distro-users mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users
