Found the issue to my problem !
I was using "beagleboard" as machine, instead of beaglebone. Now compiles correctly and my modules are built against the correct kernel ( 3.8.13 ). On Tuesday, June 10, 2014 1:39:17 PM UTC+2, Laurent d'Havé wrote: > > Yeah, little typo. > > still, my modules are in /lib/modules/3.2.28/ > and modinfo on them mentions 3.2.28 > and uname -r gives me 3.8.13 > > > > > On Tuesday, June 10, 2014 1:35:57 PM UTC+2, lisarden wrote: >> >> in fact kernel modules are here (at least should be): >> /lib/modules/<kernel version> >> >> >> 2014-06-10 15:22 GMT+04:00 Laurent d'Havé <[email protected]>: >> >>> I'm bitbaking my own custom BBBlack image. >>> Everything works great; except that the kernel version installed is >>> 3.8.13 (uname -r) and that modules somehow are compiled against 3.2.28 >>> (modinfo and directory name in /usr/lib/modules) >>> >>> >>> This is very disturbing. >>> >>> I've tryed forcing kernel version to 3.8.13 by setting PREFERRED_VERSION >>> but all i get is bitbake complaining : >>> >>> *NOTE: preferred version 3.8.13 of linux-mainline not available (for >>> item virtual/kernel)* >>> *NOTE: versions of linux-mainline available: 3.2.28* >>> >>> >>> It looks like bitbake thinks it's loading and compiling 3.2.28 but in >>> fact is downloading 3.8.13 >>> I'm having a hard time locating the place where the magic is happening. >>> And oddly, compiles two different kernel versions ... this is the part >>> i'm stomped. >>> >>> >>> >>> H E L P >>> >>> >>> Oh yeah, i'm working on latest 2014.06 >>> >>> -- >>> For more options, visit http://beagleboard.org/discuss >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "BeagleBoard" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> -- >> LinkedIn - http://www.linkedin.com/in/maximpodbereznyy >> Company - http://www.linkedin.com/company/mentorel >> Facebook - https://www.facebook.com/mentorel.company >> > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
