[meta-freescale] [yocto] pack kernel modules in file system

Nicolas Dechesne nicolas.dechesne at linaro.org
Mon Jul 14 12:58:01 PDT 2014


On Sat, Jul 12, 2014 at 2:56 PM, jags gediya <jags.gediya at gmail.com> wrote:
> I am building yocto for imx6sl evolution kit. After built, all the
> images are available in tmp/deploy/images/imx6slevk
>
> but kernel modules are not available in /lib/modules/... directory of
> the file system.
> some other files are available in /lib/modules/.. like modules.dep
> etc. but kernel modules are not there. Instead modules-imx6slevk.tgz
> file is made with images.
> Is there any way to put these modules in the file system while built?
>

iirc, you need to add kernel-modules package to your image. this is
generally done as
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
in your machine config file


More information about the meta-freescale mailing list