Hi, for my own understanding of what's going on behind the OpenEmbedded scene I would like to compile a custom kernel (I mean, one that I can menuconfig)
I've got the OMAP 4 kernel (http://software-dl.ti.com/dsps/dsps_public_sw/psp/LinuxPSP/OMAP_04_02/04_02_00_07/index_FDS.html) but it's a 2.6.37
I would like to give a try with a 3.0 kernel, because the driver of my wireless adapter is available in 3.0 branch, and because I've not been able to compile this module under a 2.6 tree
I've tried to manually apply patches stolen from the 3.0 OE recipes, on a vanilla 3.0.28 linus kernel
So far, I can't compile the kernel because some of the patches have been rejected (I suppose I've patched in a wrong order).
So, I understand that beagle/omap/arm patches for 3.0 branch are made available by individuals anywhere, but is there a place when I can find them collected ? And how to learn about the order the patches must be applied ?
To be honest, this is a little bit above my technical skills (and needs). Is there an easier solution ? Is there an TI/OMAP integration 3.0.X kernel somewhere ?
I just wan't to learn, and understand how the several TI SDK fit into the kernel build as modules.
Your advice is welcome !
PS : Should I stick with an easier/already up to date unbuntu kernel source ? And play with it, even if I use an Angstrom bitbaked root file system ?