<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: yocto menuconfig do not load driver in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/yocto-menuconfig-do-not-load-driver/m-p/628353#M95394</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Gusarambula,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am referring following link in order to do this.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.yoctoproject.org/docs/1.6.1/kernel-dev/kernel-dev.html#generating-configuration-files" title="http://www.yoctoproject.org/docs/1.6.1/kernel-dev/kernel-dev.html#generating-configuration-files"&gt;Yocto Project Linux Kernel Development Manual&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure about the priority of the layers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case, I am using variscite DART 6ul EVK board (for more info : &lt;A class="link-titled" href="http://variwiki.com/index.php?title=DART-6UL" title="http://variwiki.com/index.php?title=DART-6UL"&gt;DART-6UL - Variscite Wiki&lt;/A&gt;&amp;nbsp;).&lt;/P&gt;&lt;P&gt;It has its own meta layer named meta-variscite-imx which contains kernel&lt;/P&gt;&lt;P&gt;kernel recipe named&lt;STRONG&gt; linux-variscite_4.1.5.bb&lt;/STRONG&gt; and &lt;STRONG&gt;linux-variscite_bbappend&lt;/STRONG&gt; are located inside&lt;STRONG&gt; /meta-variscite-imx/recipes-kernel/linux/&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and I created another directory inside /&lt;STRONG&gt;meta-variscite-imx/recipes-kernel/linux/&lt;/STRONG&gt; called &lt;STRONG&gt;files&lt;/STRONG&gt; which contains updated defconfig&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;currently I am using :&lt;/P&gt;&lt;P&gt;BSP from &lt;A class="link-titled" href="https://github.com/varigit/meta-variscite-imx" title="https://github.com/varigit/meta-variscite-imx"&gt;GitHub - varigit/meta-variscite-imx: BSP for Variscite i.MX boards&lt;/A&gt; , branch :Krogoth-imx-4.1.15-var01_r2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need any further information in order to investigate.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Apr 2017 13:20:29 GMT</pubDate>
    <dc:creator>nirmalpanchal</dc:creator>
    <dc:date>2017-04-24T13:20:29Z</dc:date>
    <item>
      <title>yocto menuconfig do not load driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/yocto-menuconfig-do-not-load-driver/m-p/628351#M95392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to add ralink driver to my linux kernel. As explained in the yocto document I enabled the ralink driver using menuconfig. Then copied the .config&amp;nbsp; as defconfig inside linux kernel source directory /receipe-kernel/linux/files&lt;/P&gt;&lt;P&gt;and added following line to the .bbappend files&lt;/P&gt;&lt;PRE class=""&gt;FILESEXTRAPATHS_prepend := "${THISDIR}/files:" SRC_URI += "file://defconfig"
and rebuild the kernel. But no ralink driver appeared inside built linux kernel. I could not
find anything named ralink inside /lib/module directory.

Steps I followed: 
1. bitbake -c cleansstate linux-variscite
2. bitbake -c menuconfig linux-variscite
3 .applied changes as in the attached image ad saved it as .config
4. copied .config as defconfig to /receipe-kernel/linux/files
5. added .bbappend files as metntioned above
6. bitbake linux-variscite

Though, I could not find anything inside linux-kernel image on my machine.

Can somebody tell me what I am doing wrong?
Why module is not appearing in /lib/module ?

End goal is to install driver on the image...
But since I can not see it on kernel,I am not sure it will be available on the image rootfs.&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 14:52:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/yocto-menuconfig-do-not-load-driver/m-p/628351#M95392</guid>
      <dc:creator>nirmalpanchal</dc:creator>
      <dc:date>2017-04-20T14:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: yocto menuconfig do not load driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/yocto-menuconfig-do-not-load-driver/m-p/628352#M95393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nirmal Panchal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which document are you referring to and which Community BSP branch are you using (or BSP Release, if that’s the case)? I’d like to try to replicate this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of the variables to keep in mind when adding appends is the priority of the layer. Is the bbappend in a layer with a higher priority than the rest of the layers?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other thing is I think the file should be placed on the directory of the recipe. Inside recipes-kernel/linux/&amp;lt;KERNEL_RECIPE&amp;gt;/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I’ll be looking forward to hearing back from you!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2017 20:37:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/yocto-menuconfig-do-not-load-driver/m-p/628352#M95393</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2017-04-20T20:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: yocto menuconfig do not load driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/yocto-menuconfig-do-not-load-driver/m-p/628353#M95394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Gusarambula,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am referring following link in order to do this.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.yoctoproject.org/docs/1.6.1/kernel-dev/kernel-dev.html#generating-configuration-files" title="http://www.yoctoproject.org/docs/1.6.1/kernel-dev/kernel-dev.html#generating-configuration-files"&gt;Yocto Project Linux Kernel Development Manual&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure about the priority of the layers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case, I am using variscite DART 6ul EVK board (for more info : &lt;A class="link-titled" href="http://variwiki.com/index.php?title=DART-6UL" title="http://variwiki.com/index.php?title=DART-6UL"&gt;DART-6UL - Variscite Wiki&lt;/A&gt;&amp;nbsp;).&lt;/P&gt;&lt;P&gt;It has its own meta layer named meta-variscite-imx which contains kernel&lt;/P&gt;&lt;P&gt;kernel recipe named&lt;STRONG&gt; linux-variscite_4.1.5.bb&lt;/STRONG&gt; and &lt;STRONG&gt;linux-variscite_bbappend&lt;/STRONG&gt; are located inside&lt;STRONG&gt; /meta-variscite-imx/recipes-kernel/linux/&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and I created another directory inside /&lt;STRONG&gt;meta-variscite-imx/recipes-kernel/linux/&lt;/STRONG&gt; called &lt;STRONG&gt;files&lt;/STRONG&gt; which contains updated defconfig&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;currently I am using :&lt;/P&gt;&lt;P&gt;BSP from &lt;A class="link-titled" href="https://github.com/varigit/meta-variscite-imx" title="https://github.com/varigit/meta-variscite-imx"&gt;GitHub - varigit/meta-variscite-imx: BSP for Variscite i.MX boards&lt;/A&gt; , branch :Krogoth-imx-4.1.15-var01_r2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need any further information in order to investigate.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 13:20:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/yocto-menuconfig-do-not-load-driver/m-p/628353#M95394</guid>
      <dc:creator>nirmalpanchal</dc:creator>
      <dc:date>2017-04-24T13:20:29Z</dc:date>
    </item>
  </channel>
</rss>

