<?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>Other NXP ProductsのトピックRe: imx yocto fetch kernel error</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/imx-yocto-fetch-kernel-error/m-p/1833480#M21778</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pheaktra_0-1711091041610.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/269907i479EDD6D66757B44/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Pheaktra_0-1711091041610.png" alt="Pheaktra_0-1711091041610.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;After observing the error message: I found out that the build system expected the file name: github.com.nxp-imx.linux.git. So I do as follow:&lt;/P&gt;&lt;P&gt;1. git clone -b lf-5.15.y&amp;nbsp;&lt;A href="https://github.com/nxp-imx/linux-imx.git" target="_blank"&gt;https://github.com/nxp-imx/linux-imx.git&lt;/A&gt;&amp;nbsp; to any dir is ok&lt;BR /&gt;2. copy the clone dir to download-dir/git2 by change the name to&amp;nbsp;github.com.nxp-imx.linux.git&lt;BR /&gt;3. create. done by touch&amp;nbsp;github.com.nxp-imx.linux.git. done&lt;BR /&gt;4. run bitbake -c cleanall&lt;BR /&gt;5. run bitbake imx-core-image&lt;BR /&gt;&lt;BR /&gt;Now it working.&lt;BR /&gt;&lt;BR /&gt;But one thing I notice from error message, seem the build recipe have the error on the path when perform the mirror do_fetch because download path on my machine is : /home/megamama/imx-yocto-bsp/downloads/git2/ but it use&amp;nbsp;/home/megamama/imx-yocto-bsp/downloads//git2/ (double //)&lt;/P&gt;</description>
    <pubDate>Fri, 22 Mar 2024 07:15:35 GMT</pubDate>
    <dc:creator>Pheaktra</dc:creator>
    <dc:date>2024-03-22T07:15:35Z</dc:date>
    <item>
      <title>imx yocto fetch kernel error</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/imx-yocto-fetch-kernel-error/m-p/1829950#M21660</link>
      <description>&lt;P&gt;I tried to build Linux for imx6ull14x14evk with fsl-imx-wayland distro of Ubuntu 20.04 (WSL2) which I already allocated 16GB of RAM and 4 cores processor. after running: bitbake imx-image-core, the kernel fetch process seems working fine.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pheaktra_0-1710739201754.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/268852iA612F97222810891/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Pheaktra_0-1710739201754.png" alt="Pheaktra_0-1710739201754.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;but after 30%, the error occurs, and it starts to fetch from the mirror source but not successfully.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pheaktra_1-1710739439012.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/268853i2470B7E1041C505E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Pheaktra_1-1710739439012.png" alt="Pheaktra_1-1710739439012.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pheaktra_2-1710739496805.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/268854i7AF60078A8AFBD4C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Pheaktra_2-1710739496805.png" alt="Pheaktra_2-1710739496805.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;How can I solve this problem? If possible, step to perform manual download is also appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 05:31:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/imx-yocto-fetch-kernel-error/m-p/1829950#M21660</guid>
      <dc:creator>Pheaktra</dc:creator>
      <dc:date>2024-03-18T05:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: imx yocto fetch kernel error</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/imx-yocto-fetch-kernel-error/m-p/1830146#M21661</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'd have a doubt that the fetch issue is related to your local network.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/nxp-imx/linux-imx/tree/lf-5.15.y" target="_blank"&gt;GitHub - nxp-imx/linux-imx at lf-5.15.y&lt;/A&gt;&amp;nbsp;here you can have a try manual download.&lt;/P&gt;
&lt;P&gt;git clone&amp;nbsp;&lt;A href="https://github.com/nxp-imx/linux-imx.git" target="_blank"&gt;https://github.com/nxp-imx/linux-imx.git&lt;/A&gt;&amp;nbsp; which should be put in &amp;lt;path to build&amp;gt;/downloads and then touch a copy of it with ext ".done"&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Harvey&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 09:17:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/imx-yocto-fetch-kernel-error/m-p/1830146#M21661</guid>
      <dc:creator>Harvey021</dc:creator>
      <dc:date>2024-03-18T09:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: imx yocto fetch kernel error</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/imx-yocto-fetch-kernel-error/m-p/1831771#M21712</link>
      <description>&lt;P&gt;Thank you for your response!&lt;/P&gt;&lt;P&gt;But I am still new to Yocto and I have some questions related to manually configuring the kernel.&lt;/P&gt;&lt;P&gt;1. If I do git clone, do I need to checkout to a specific branch If-5.15.y?&lt;/P&gt;&lt;P&gt;2. As I check in the download directory, I see all fetch files are compression with ext . tar.gz. Do I need to compress my kernel file after clone?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pheaktra_0-1710921545994.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/269394i40890CBA4E95C6E1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Pheaktra_0-1710921545994.png" alt="Pheaktra_0-1710921545994.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;3. If I need to compress, what name should I give to this compress file?, so yocto build system can find it&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2024 07:59:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/imx-yocto-fetch-kernel-error/m-p/1831771#M21712</guid>
      <dc:creator>Pheaktra</dc:creator>
      <dc:date>2024-03-20T07:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: imx yocto fetch kernel error</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/imx-yocto-fetch-kernel-error/m-p/1833480#M21778</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pheaktra_0-1711091041610.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/269907i479EDD6D66757B44/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Pheaktra_0-1711091041610.png" alt="Pheaktra_0-1711091041610.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;After observing the error message: I found out that the build system expected the file name: github.com.nxp-imx.linux.git. So I do as follow:&lt;/P&gt;&lt;P&gt;1. git clone -b lf-5.15.y&amp;nbsp;&lt;A href="https://github.com/nxp-imx/linux-imx.git" target="_blank"&gt;https://github.com/nxp-imx/linux-imx.git&lt;/A&gt;&amp;nbsp; to any dir is ok&lt;BR /&gt;2. copy the clone dir to download-dir/git2 by change the name to&amp;nbsp;github.com.nxp-imx.linux.git&lt;BR /&gt;3. create. done by touch&amp;nbsp;github.com.nxp-imx.linux.git. done&lt;BR /&gt;4. run bitbake -c cleanall&lt;BR /&gt;5. run bitbake imx-core-image&lt;BR /&gt;&lt;BR /&gt;Now it working.&lt;BR /&gt;&lt;BR /&gt;But one thing I notice from error message, seem the build recipe have the error on the path when perform the mirror do_fetch because download path on my machine is : /home/megamama/imx-yocto-bsp/downloads/git2/ but it use&amp;nbsp;/home/megamama/imx-yocto-bsp/downloads//git2/ (double //)&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 07:15:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/imx-yocto-fetch-kernel-error/m-p/1833480#M21778</guid>
      <dc:creator>Pheaktra</dc:creator>
      <dc:date>2024-03-22T07:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: imx yocto fetch kernel error</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/imx-yocto-fetch-kernel-error/m-p/1875171#M22803</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/192970"&gt;@Harvey021&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for sharing helpful steps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here, I'm also facing the same issue :&lt;BR /&gt;&lt;STRONG&gt;ERROR: linux-imx-5.15.71+gitAUTOINC+50912be386-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://github.com/nxp-imx/linux-imx.git;protocol=https;branch=lf-5.15.y')&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Later i followed your steps given above for manual method downloading of repo (git clone -b lf-5.15.y &lt;A href="https://github.com/nxp-imx/linux-imx.gitinto" target="_blank" rel="noopener"&gt;https://github.com/nxp-imx/linux-imx.gitinto&lt;/A&gt;)&amp;nbsp; into &lt;STRONG&gt;git2&lt;/STRONG&gt; folder.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2024-05-27 10-32-36.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/280890i378E63166EA7F4B4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot from 2024-05-27 10-32-36.png" alt="Screenshot from 2024-05-27 10-32-36.png" /&gt;&lt;/span&gt;&lt;BR /&gt;1. &lt;STRONG&gt;github.com.nxp-imx.linux.git&amp;nbsp; &lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt; copied&lt;BR /&gt;2. &lt;STRONG&gt;github.com.nxp-imx.linux.git.done&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;-&amp;gt; copied&lt;BR /&gt;&lt;BR /&gt;but the next command : &lt;STRONG&gt;bitbake -c cleanall&lt;/STRONG&gt; its not working in my case&lt;BR /&gt;also after that i tried with &lt;STRONG&gt;calixto-systems@calixtosystems-HP-Notebook:~/rpr/yocto/cs_nxp_yocto/calixto-nxp-yocto/build_imx$ bitbake -c cleanall imx-image-multimedia &lt;/STRONG&gt;&amp;amp; &lt;STRONG&gt;clean world&lt;/STRONG&gt; commands despite the same issue.&lt;BR /&gt;&lt;BR /&gt;So suggest me if any other method to resolve this issue&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravikumar&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2024 05:31:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/imx-yocto-fetch-kernel-error/m-p/1875171#M22803</guid>
      <dc:creator>Embedded-world</dc:creator>
      <dc:date>2024-05-27T05:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: imx yocto fetch kernel error</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/imx-yocto-fetch-kernel-error/m-p/1893375#M23269</link>
      <description>&lt;P&gt;This is just a possible (not sure it can work) step that you can try:&lt;/P&gt;&lt;P&gt;1. set up yocto build system so that download dir is outside of build dir&lt;/P&gt;&lt;P&gt;2. copy your git clone to download/git2&lt;/P&gt;&lt;P&gt;3. delete sstate-cache, tmp and cache in build dir&lt;/P&gt;&lt;P&gt;4. run bitbake core-image-minimal again&lt;/P&gt;&lt;P&gt;Other alternative option:&lt;/P&gt;&lt;P&gt;1. clone kernel repo&lt;/P&gt;&lt;P&gt;2. modify your kernel-recipes to fetch from local git repo instead&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 06:54:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/imx-yocto-fetch-kernel-error/m-p/1893375#M23269</guid>
      <dc:creator>Pheaktra</dc:creator>
      <dc:date>2024-06-25T06:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: imx yocto fetch kernel error</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/imx-yocto-fetch-kernel-error/m-p/2035166#M27321</link>
      <description>&lt;P&gt;In theory such a Yocto build machine can do a lot of things in parallel on the available cores and threads. In reality I have seen conflicts and race conditions all over the place, unrelated to the available RAM resources.&lt;/P&gt;
&lt;P&gt;I recommend to download the sources in a first step and then do the build:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; $ bitbake imx-image-multimedia --runall=fetch&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; $ bitbake imx-image-multimedia&lt;/FONT&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This gives me a much more reliable build process. However, also here I sometimes reduce the cores/threads down to 8 or even 4 to avoid build system conflicts.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Bernhard.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2025 15:10:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/imx-yocto-fetch-kernel-error/m-p/2035166#M27321</guid>
      <dc:creator>Malek</dc:creator>
      <dc:date>2025-01-28T15:10:44Z</dc:date>
    </item>
  </channel>
</rss>

