<?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 Linux Kernel Configuration + Yocto in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Linux-Kernel-Configuration-Yocto/m-p/1790568#M218842</link>
    <description>&lt;P&gt;I have built the image for kirkstone and need to tweak the kernel configuration.&lt;BR /&gt;I have reviewed this documentation:&lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/How-to-change-Linux-Kernel-configuration-file-in-Yocto-Project/ta-p/1112097" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/How-to-change-Linux-Kernel-configuration-file-in-Yocto-Project/ta-p/1112097&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The patch it creates does not seem to work when copied.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to add and remove some kernel features.&amp;nbsp; I have been able to edit the imx_v7_defconfig that yocto uses and accomplish this but that seems like the wrong way to go about it and would rather leave the NXP supplied sources alone.&lt;BR /&gt;&lt;BR /&gt;Any advice would be appreciated.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Jan 2024 22:20:07 GMT</pubDate>
    <dc:creator>Mark_Clark</dc:creator>
    <dc:date>2024-01-17T22:20:07Z</dc:date>
    <item>
      <title>Linux Kernel Configuration + Yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Linux-Kernel-Configuration-Yocto/m-p/1790568#M218842</link>
      <description>&lt;P&gt;I have built the image for kirkstone and need to tweak the kernel configuration.&lt;BR /&gt;I have reviewed this documentation:&lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/How-to-change-Linux-Kernel-configuration-file-in-Yocto-Project/ta-p/1112097" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/How-to-change-Linux-Kernel-configuration-file-in-Yocto-Project/ta-p/1112097&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The patch it creates does not seem to work when copied.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to add and remove some kernel features.&amp;nbsp; I have been able to edit the imx_v7_defconfig that yocto uses and accomplish this but that seems like the wrong way to go about it and would rather leave the NXP supplied sources alone.&lt;BR /&gt;&lt;BR /&gt;Any advice would be appreciated.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2024 22:20:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Linux-Kernel-Configuration-Yocto/m-p/1790568#M218842</guid>
      <dc:creator>Mark_Clark</dc:creator>
      <dc:date>2024-01-17T22:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Kernel Configuration + Yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Linux-Kernel-Configuration-Yocto/m-p/1791133#M218880</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/228315"&gt;@Mark_Clark&lt;/a&gt;!&lt;BR /&gt;Thank you for contacting NXP Support!&lt;BR /&gt;&lt;BR /&gt;If you have the patch created you can download our Yocto Project and then use the command "bitbake -c devshell virtual/kernel".&lt;BR /&gt;&lt;BR /&gt;After that, you can see a new shell with the source code of the kernel and you can apply your patches.&lt;BR /&gt;&lt;BR /&gt;After that, you can compile the entire image or only compile and deploy the kernel&lt;BR /&gt;&lt;BR /&gt;To compile an image: "bitbake &amp;lt;image_name&amp;gt;"&lt;BR /&gt;&lt;BR /&gt;To compile and deploy the kernel: "bitbake -c compile virtual kernel" and "bitbake -c deploy virtual kernel"&lt;BR /&gt;&lt;BR /&gt;Best Regards!&lt;BR /&gt;Chavira&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2024 14:01:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Linux-Kernel-Configuration-Yocto/m-p/1791133#M218880</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2024-01-18T14:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Kernel Configuration + Yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Linux-Kernel-Configuration-Yocto/m-p/1791279#M218891</link>
      <description>&lt;P&gt;Thanks for your response.&amp;nbsp; Wouldn't it be better to create a new defconfig based off i&lt;SPAN&gt;mx_v7_defconfig (what the default for this arch appears to be... imx.solo) and point to that (my_new_defconfig) instead?&amp;nbsp; &amp;nbsp;I have tried doing this as well in the linux_imx meta area but it is overridden by something that I cannot find.&amp;nbsp; &amp;nbsp;I need something that I can check into git and check out on a build machine for repeatable builds.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2024 17:16:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Linux-Kernel-Configuration-Yocto/m-p/1791279#M218891</guid>
      <dc:creator>Mark_Clark</dc:creator>
      <dc:date>2024-01-18T17:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Kernel Configuration + Yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Linux-Kernel-Configuration-Yocto/m-p/1791386#M218897</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/228315"&gt;@Mark_Clark&lt;/a&gt;!&lt;BR /&gt;You can do that too.&lt;BR /&gt;&lt;BR /&gt;You can follow the links below for an alternative of how to patch a Yocto Project:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://wiki.yoctoproject.org/wiki/TipsAndTricks/Patching_the_source_for_a_recipe" target="_blank"&gt;https://wiki.yoctoproject.org/wiki/TipsAndTricks/Patching_the_source_for_a_recipe&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX-Yocto-Project-How-can-I-patch-the-kernel/ta-p/1106231" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX-Yocto-Project-How-can-I-patch-the-kernel/ta-p/1106231&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Best Regards!&lt;BR /&gt;Chavira&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2024 21:59:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Linux-Kernel-Configuration-Yocto/m-p/1791386#M218897</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2024-01-18T21:59:53Z</dc:date>
    </item>
  </channel>
</rss>

