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 bruce.ashfi...@windriver.com wrote: On 13-09-22 12:05 PM, John Doe wrote: Is your kernel already building from

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

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

2013-09-22 Thread Bruce Ashfield
On 13-09-22 12:05 PM, John Doe wrote: 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

[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-20 Thread Bruce Ashfield
On 13-09-20 03:53 PM, John Doe wrote: 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? Is your kernel already building from