Hello Yusuf,

On Wed, Nov 20, 2019 at 9:44 AM Yusuf Altıparmak
<[email protected]> wrote:
>
> Hello,
> First of all, I am using NXP T1042D4RDB-64B board. They have linux sdk which 
> is 
> https://www.nxp.com/docs/en/supporting-information/QORIQ-SDK-2.0-IC-REV0.pdf
>
> My problem is,
> I am trying to add new modules to linux rootfs generated by yocto. But the 
> drivers I selected on "menuconfig" is not compiling as ".ko" file. They only 
> got compiled as ".o" file. Here is the details of problem. 
> https://stackoverflow.com/questions/58941714/yocto-generated-linux-modules-do-not-contain-all-the-drivers-selected-in-config.

As you stated on Stackoveflow, some config options are =y and some are
=m. Those with =m are actually be modules, those with =y are
built-ins. It is really hard to tell how you configure the kernel, so
please do:
# bitbake virtual/kernel -c diffconfig
and post your fragment here.

>
> Can you help me about this situation?
>
> Regards.
> --
> _______________________________________________
> meta-freescale mailing list
> [email protected]
> https://lists.yoctoproject.org/listinfo/meta-freescale



-- 
Regards,
Andrey.
-- 
_______________________________________________
meta-freescale mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to