[Angstrom-devel] Select specific kernel to compile

2011-12-04 Thread Kövesdi György
Hi, I know it is a bitbake-related question, but hope to get answer here. I see that there are recipes for some kernel versions, and currently the 3.1.12 is in use. I would like to select 2.6.39 instead, and there must be a simple solution to do this. Thx in advance Gyorgy Kovesdi

Re: [Angstrom-devel] Select specific kernel to compile

2011-12-04 Thread Kövesdi György
I did the followings: In the file sources/meta-ti/conf/machine/beagleboard.conf: PREFERRED_PROVIDER_virtual/kernel = linux-omap In the directory sources/meta-ti/recipes-kernel/linux/ the target can be selected by setting the DEFAULT_PREFERENCE value correspondingly. I set 2.6.37 this way, which

Re: [Angstrom-devel] Select specific kernel to compile

2011-12-04 Thread Koen Kooi
Op 4 dec. 2011, om 18:56 heeft Kövesdi György het volgende geschreven: I did the followings: In the file sources/meta-ti/conf/machine/beagleboard.conf: PREFERRED_PROVIDER_virtual/kernel = linux-omap In the directory sources/meta-ti/recipes-kernel/linux/ the target can be selected by

Re: [Angstrom-devel] Select specific kernel to compile

2011-12-04 Thread Kövesdi György
What can be wrong here? Which versions are worth to use and known to be stable? The default one works best (3.0.12) I did not make the OpenGL and movie playing (mplayer with xv) alive. These are work immediately with 2.6.32. (Only the udlfb kernel module needs higher version.) Regards K.