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
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:
> >
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
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