[yocto] Building a linux module into modules.tgz

2013-09-19 Thread John Doe
Hello, Hopefully this is the right forum to post this message. I would like to build a linux module for example drivers/net/wireless/rtl8187: http://wireless.kernel.org/en/users/Drivers/rtl8187 using yocto. Do I have to setup a standalone toolchain with ADT in eclipse OR is there a simpler way t

[yocto] Configuring linux-yocto-custom to build specific kernel modules

2013-09-20 Thread John Doe
Hi, I would like to know how I can build a specific kernel module (one that is already in the linux kernel). Do I have to create a custom bitbake recipe for the module or can I simply configure linux-yocto-custom? My specific aim is to build the kernel module drivers/net/wireless/rtl818x/rtl8187

Re: [yocto] Configuring linux-yocto-custom to build specific kernel modules

2013-09-22 Thread John Doe
> Is your kernel already building from linux-yocto-custom ? Or are you > using the default linux-yocto kernel and recipes already ? I have a project that is using linux-yocto-custom and another project which is using the default linux-yocto kernel. > If you are using one of the standard qemu mach

Re: [yocto] Configuring linux-yocto-custom to build specific kernel modules

2013-10-11 Thread John Doe
Thanks Bruce, It was exactly as you say, I forgot to enable cfg80211 and mac80211. Now I can see all the drivers. Regards, J On Mon, Sep 23, 2013 at 3:38 AM, Bruce Ashfield wrote: > On 13-09-22 12:05 PM, John Doe wrote: >>> >>> Is your kernel already building from linux-

[yocto] Re-building kernel modules for appropriate kernel

2013-10-11 Thread John Doe
Hi, I am having trouble building the right kernel modules for the current kernel. I was using kernel 3.8.13 in meta-ti but now I'm using 3.2.0 in meta-ti. I'm running bitbake core-image-minimal, which seems to build 3.2.0 kernel just fine, however it does not seem to force a rebuild of kernel-mod