<?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: How can I create a patch for .config in my custom layer in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-can-I-create-a-patch-for-config-in-my-custom-layer/m-p/1896265#M225642</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/202673"&gt;@pengyong_zhang&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help. I have found that is in ../source/meta-freescale/recipes-kernel/linux-imx_6.1.bb.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v7_defconfig"
KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v7_defconfig"
KBUILD_DEFCONFIG:mx8-generic-bsp = "imx_v8_defconfig"
KBUILD_DEFCONFIG:mx9-generic-bsp = "imx_v8_defconfig"&lt;/LI-CODE&gt;&lt;P&gt;I modified the kernel config successfully.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Derek Lin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 01 Jul 2024 02:20:41 GMT</pubDate>
    <dc:creator>Derek0902</dc:creator>
    <dc:date>2024-07-01T02:20:41Z</dc:date>
    <item>
      <title>How can I create a patch for .config in my custom layer</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-can-I-create-a-patch-for-config-in-my-custom-layer/m-p/1893462#M225430</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After I modified kernel config use this command below, there is a .config in &amp;lt;build_dir&amp;gt;/tmp/work/imx8mqevk-poky-linux/linux-imx/6.1.36+gitAUTOINC+04b05c5527-r0/build&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;$ bitbake linux-imx -c menuconfig &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I override&amp;nbsp;defconfig with .config and create a patch in my custom layer. But i&lt;SPAN class=""&gt;t didn't take effect in my board.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;$ cp .config &amp;lt;build_dir&amp;gt;/tmp/work/imx8mqevk-poky-linux/linux-imx/6.1.36+gitAUTOINC+04b05c5527-r0/git/arch/arm64/configs/defconfig&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create a patch for this config in my custom layer. How can I do that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Derek Lin&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 08:39:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-can-I-create-a-patch-for-config-in-my-custom-layer/m-p/1893462#M225430</guid>
      <dc:creator>Derek0902</dc:creator>
      <dc:date>2024-06-25T08:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a patch for .config in my custom layer</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-can-I-create-a-patch-for-config-in-my-custom-layer/m-p/1896255#M225640</link>
      <description>&lt;P&gt;HI,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/221567"&gt;@Derek0902&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry to reply late&lt;/P&gt;
&lt;P&gt;1. Make sure you have added the configuration changes in your customization layer. This is usually done by adding a conf/layer.conf file, which is read during the build process.&lt;/P&gt;
&lt;P&gt;2. In the top-level directory of your customization layer, run the following command to create the patch file:&lt;BR /&gt;bitbake-diff . &amp;gt; custom-layer-config-patch&lt;BR /&gt;3. This command compares the current.config file in your build directory with the prebuild pristine.config file and generates a patch file custom-layer-config-patch.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2024 01:58:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-can-I-create-a-patch-for-config-in-my-custom-layer/m-p/1896255#M225640</guid>
      <dc:creator>pengyong_zhang</dc:creator>
      <dc:date>2024-07-01T01:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a patch for .config in my custom layer</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-can-I-create-a-patch-for-config-in-my-custom-layer/m-p/1896265#M225642</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/202673"&gt;@pengyong_zhang&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help. I have found that is in ../source/meta-freescale/recipes-kernel/linux-imx_6.1.bb.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v7_defconfig"
KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v7_defconfig"
KBUILD_DEFCONFIG:mx8-generic-bsp = "imx_v8_defconfig"
KBUILD_DEFCONFIG:mx9-generic-bsp = "imx_v8_defconfig"&lt;/LI-CODE&gt;&lt;P&gt;I modified the kernel config successfully.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Derek Lin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2024 02:20:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-can-I-create-a-patch-for-config-in-my-custom-layer/m-p/1896265#M225642</guid>
      <dc:creator>Derek0902</dc:creator>
      <dc:date>2024-07-01T02:20:41Z</dc:date>
    </item>
  </channel>
</rss>

