Re: [yocto] Yocto not packaging "m" kernel modules

2014-03-20 Thread Paul Eggleton
On Thursday 20 March 2014 14:51:00 Ashish Dalela wrote: > How do I add these modules to the packaging? Is it something I need to add > to local.conf? Right now I have this - > > IMAGE_FEATURES += "package-management" This just adds runtime package management, which is not related to this. In orde

Re: [yocto] Yocto not packaging "m" kernel modules

2014-03-20 Thread Ashish Dalela
Bruce, How do I add these modules to the packaging? Is it something I need to add to local.conf? Right now I have this - IMAGE_FEATURES += "package-management" Thanks -Ashish On Thu, Mar 20, 2014 at 12:51 PM, Bruce Ashfield wrote: > On Thu, Mar 20, 2014 at 2:48 AM, Ashish Dalela > wrote: > >

Re: [yocto] Yocto not packaging "m" kernel modules

2014-03-20 Thread Bruce Ashfield
On Thu, Mar 20, 2014 at 2:48 AM, Ashish Dalela wrote: > > In my build I see that the kernel modules which are specified as modular ( > "m" in the kernel config) are not being packaged withe rootfs. The modules > specified as built-in ("y" in the kernel config) are being packaged in the > rootfs. T

[yocto] Yocto not packaging "m" kernel modules

2014-03-19 Thread Ashish Dalela
In my build I see that the kernel modules which are specified as modular ( "m" in the kernel config) are not being packaged withe rootfs. The modules specified as built-in ("y" in the kernel config) are being packaged in the rootfs. This seems to be reverse of what it should be. As an example, I h