<?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>Processor Expert SoftwareのトピックRe: howto add my kernel defconfig file to yocto</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/howto-add-my-kernel-defconfig-file-to-yocto/m-p/1323452#M4794</link>
    <description>&lt;P&gt;For your information, please read "2.6.2. Creating a defconfig File" in the link below.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.yoctoproject.org/docs/3.1/kernel-dev/kernel-dev.html#creating-a-defconfig-file" target="_blank"&gt;https://www.yoctoproject.org/docs/3.1/kernel-dev/kernel-dev.html#creating-a-defconfig-file&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 14 Aug 2021 09:17:19 GMT</pubDate>
    <dc:creator>jimmychan</dc:creator>
    <dc:date>2021-08-14T09:17:19Z</dc:date>
    <item>
      <title>howto add my kernel defconfig file to yocto</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/howto-add-my-kernel-defconfig-file-to-yocto/m-p/1322603#M4790</link>
      <description>&lt;P&gt;I followed the IMX_PORTING_GUIDE.pdf (pg 11) to add my own defconfig file (imx8mp) . But that doesn't work.&lt;/P&gt;&lt;P&gt;WARNING: linux-imx-5.10.35+gitAUTOINC+ef3f2cfc60-r0 do_fetch: Failed to fetch URL git://source.codeaurora.org/external/imx/linux-imx.git;protocol=https;branch=lf-5.10.yfile://custom_defconfig, attempting MIRRORS if available&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SRC_URI_append = "file://custom_defconfig"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;and file (custom_defconfig) is located in&lt;/P&gt;&lt;P&gt;imx-linux/files and imx-linux (just to be sure).&lt;/P&gt;&lt;P&gt;So I changed it to&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SRC_URI_append = " file://cusom_defconfig"&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;(with a space ahead) but that gives me:&lt;/P&gt;&lt;P&gt;WARNING: linux-imx-5.10.35+gitAUTOINC+ef3f2cfc60-r0 do_kernel_metadata: [NOTE]: defconfig was supplied both via KBUILD_DEFCONFIG and SRC_URI. Dropping SRC_URI defconfig&lt;BR /&gt;WARNING: linux-imx-5.10.35+gitAUTOINC+ef3f2cfc60-r0 do_kernel_configme: [NOTE]: defconfig was supplied both via KBUILD_DEFCONFIG and SRC_URI. Dropping SRC_URI defconfig&lt;/P&gt;&lt;P&gt;... so it seems do be ignored.&lt;/P&gt;&lt;P&gt;"&lt;EM&gt;unset KBUILD_DEFCONFIG&lt;/EM&gt;"&lt;/P&gt;&lt;P&gt;let the message disappear and gives some warnings about:&lt;/P&gt;&lt;P&gt;WARNING: linux-imx-5.10.35+gitAUTOINC+ef3f2cfc60-r0 do_kernel_configcheck: [kernel config]: specified values did not make it into the kernel's final configuration:&lt;/P&gt;&lt;P&gt;But that doesn't produce smaller kernel/less modules as expected. The linux-imx_5.10.35...bb file is a bit confusing to me, because if its included tasks. I don't know how to handle that. Can you help?&lt;/P&gt;&lt;P&gt;I even tried to set KBUILD_DEFCONFIG in &amp;lt;machine&amp;gt;.conf. But that seems to be ignored.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 11:19:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/howto-add-my-kernel-defconfig-file-to-yocto/m-p/1322603#M4790</guid>
      <dc:creator>arno_0</dc:creator>
      <dc:date>2021-08-12T11:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: howto add my kernel defconfig file to yocto</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/howto-add-my-kernel-defconfig-file-to-yocto/m-p/1323452#M4794</link>
      <description>&lt;P&gt;For your information, please read "2.6.2. Creating a defconfig File" in the link below.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.yoctoproject.org/docs/3.1/kernel-dev/kernel-dev.html#creating-a-defconfig-file" target="_blank"&gt;https://www.yoctoproject.org/docs/3.1/kernel-dev/kernel-dev.html#creating-a-defconfig-file&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Aug 2021 09:17:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/howto-add-my-kernel-defconfig-file-to-yocto/m-p/1323452#M4794</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2021-08-14T09:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: howto add my kernel defconfig file to yocto</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/howto-add-my-kernel-defconfig-file-to-yocto/m-p/1323792#M4796</link>
      <description>&lt;P&gt;I did this exactly as stated.&lt;/P&gt;&lt;P&gt;First of all I get the message:&lt;/P&gt;&lt;P&gt;WARNING: linux-imx-5.10.35+gitAUTOINC+ef3f2cfc60-r0 do_kernel_metadata: [NOTE]: defconfig was supplied both via KBUILD_DEFCONFIG and SRC_URI. Dropping SRC_URI defconfig&lt;BR /&gt;WARNING: linux-imx-5.10.35+gitAUTOINC+ef3f2cfc60-r0 do_kernel_configme: [NOTE]: defconfig was supplied both via KBUILD_DEFCONFIG and SRC_URI. Dropping SRC_URI defconfig&lt;/P&gt;&lt;P&gt;after "unset KBUILD_DEFCONFIG" (which is set by&amp;nbsp; to "imx_v8_defconfig" by default) I get a longer warning started by&lt;/P&gt;&lt;P&gt;WARNING: linux-imx-5.10.35+gitAUTOINC+ef3f2cfc60-r0 do_kernel_configcheck: [kernel config]: specified values did not make it into the kernel's final configuration:&lt;/P&gt;&lt;P&gt;[NOTE]: 'CONFIG_LOCALVERSION' last val ("") and .config val ("-lts-5.10.y") do not match&lt;BR /&gt;[INFO]: CONFIG_LOCALVERSION : "-lts-5.10.y" ## .config: 21 :configs///defconfig ("")&lt;BR /&gt;[INFO]: raw config text:&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;Is this normal? Anyhow the resulting kernel was large again and many modules has been compiled.&lt;/P&gt;&lt;P&gt;Can you say where in work or work-shared the final ".config" is located which is used for "bitbake virtual/kernel" ?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 08:11:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/howto-add-my-kernel-defconfig-file-to-yocto/m-p/1323792#M4796</guid>
      <dc:creator>arno_0</dc:creator>
      <dc:date>2021-08-16T08:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: howto add my kernel defconfig file to yocto</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/howto-add-my-kernel-defconfig-file-to-yocto/m-p/1325690#M4798</link>
      <description>&lt;P&gt;I get exactly the same problem!!&lt;/P&gt;&lt;P&gt;There was no way they tested the information in the porting guide or they would have immediately seen the problem.&lt;/P&gt;&lt;P&gt;I also am waiting for a resolution.&lt;/P&gt;&lt;P&gt;The modified defconfig changes never make it in final kernel&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2021 19:09:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/howto-add-my-kernel-defconfig-file-to-yocto/m-p/1325690#M4798</guid>
      <dc:creator>davidvescovi</dc:creator>
      <dc:date>2021-08-18T19:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: howto add my kernel defconfig file to yocto</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/howto-add-my-kernel-defconfig-file-to-yocto/m-p/1326575#M4802</link>
      <description>&lt;P&gt;I was able to get this working.&lt;/P&gt;&lt;P&gt;See&amp;nbsp;&lt;A href="https://community.nxp.com/t5/i-MX-Processors/porting-guide-errors/m-p/1325719/highlight/false#M178686" target="_self"&gt;https://community.nxp.com/t5/i-MX-Processors/porting-guide-errors/m-p/1325719/highlight/false#M178686&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 02:43:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/howto-add-my-kernel-defconfig-file-to-yocto/m-p/1326575#M4802</guid>
      <dc:creator>davidvescovi</dc:creator>
      <dc:date>2021-08-20T02:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: howto add my kernel defconfig file to yocto</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/howto-add-my-kernel-defconfig-file-to-yocto/m-p/1326634#M4803</link>
      <description>&lt;P&gt;Good to see I am not allone.&lt;/P&gt;&lt;P&gt;My suspect is that kernel recipe of NXP breaks the usual rules to modify it. I hope that someone can help with that.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 05:18:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/howto-add-my-kernel-defconfig-file-to-yocto/m-p/1326634#M4803</guid>
      <dc:creator>arno_0</dc:creator>
      <dc:date>2021-08-20T05:18:10Z</dc:date>
    </item>
  </channel>
</rss>

