<?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: imx-docker build fails under WSL2 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx-docker-build-fails-under-WSL2/m-p/1763476#M216365</link>
    <description>&lt;P&gt;I had to make the changes in the linked PR to get imx-docker repo to complete a build:&lt;BR /&gt;&lt;A href="https://github.com/nxp-imx/imx-docker/pull/3" target="_blank"&gt;https://github.com/nxp-imx/imx-docker/pull/3&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 24 Nov 2023 18:23:17 GMT</pubDate>
    <dc:creator>evancornell</dc:creator>
    <dc:date>2023-11-24T18:23:17Z</dc:date>
    <item>
      <title>imx-docker build fails under WSL2</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx-docker-build-fails-under-WSL2/m-p/1762318#M216227</link>
      <description>&lt;P&gt;I am using latest imx-docker (&lt;A href="https://github.com/nxp-imx/imx-docker" target="_blank"&gt;https://github.com/nxp-imx/imx-docker&lt;/A&gt;) to attempt a build under WSL2.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting the attached error log.&lt;/P&gt;&lt;P&gt;Example:&lt;BR /&gt;&lt;EM&gt;error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;If I run yocto-build.sh from main WSL prompt outside of docker container, it seems to not run into this error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2023 02:56:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx-docker-build-fails-under-WSL2/m-p/1762318#M216227</guid>
      <dc:creator>evancornell</dc:creator>
      <dc:date>2023-11-23T02:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: imx-docker build fails under WSL2</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx-docker-build-fails-under-WSL2/m-p/1762323#M216228</link>
      <description>&lt;P&gt;I did have to add the following two lines to &lt;EM&gt;Dockerfile-Ubuntu-20.04&lt;/EM&gt; to get 'repo' to work properly.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;# Correct Python path&lt;BR /&gt;RUN update-alternatives --install /usr/bin/python python /usr/bin/python3.8 1&lt;BR /&gt;RUN update-alternatives --config python&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2023 03:04:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx-docker-build-fails-under-WSL2/m-p/1762323#M216228</guid>
      <dc:creator>evancornell</dc:creator>
      <dc:date>2023-11-23T03:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: imx-docker build fails under WSL2</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx-docker-build-fails-under-WSL2/m-p/1762419#M216242</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/64047"&gt;@evancornell&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I hope you are doing well.&lt;/P&gt;
&lt;P&gt;If this issue is resolved, can I mark this case as close ?&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Dhruvit Vasavada&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2023 07:19:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx-docker-build-fails-under-WSL2/m-p/1762419#M216242</guid>
      <dc:creator>Dhruvit</dc:creator>
      <dc:date>2023-11-23T07:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: imx-docker build fails under WSL2</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx-docker-build-fails-under-WSL2/m-p/1762659#M216271</link>
      <description>&lt;P&gt;It’s not resolved. I was just adding some additional information.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2023 11:29:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx-docker-build-fails-under-WSL2/m-p/1762659#M216271</guid>
      <dc:creator>evancornell</dc:creator>
      <dc:date>2023-11-23T11:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: imx-docker build fails under WSL2</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx-docker-build-fails-under-WSL2/m-p/1762663#M216272</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/64047"&gt;@evancornell&lt;/a&gt;,&lt;/P&gt;
&lt;DIV&gt;It seems like you are missing the OpenSSL package. One other reason for causing this could be a network issue.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks &amp;amp; Regards,&lt;/DIV&gt;
&lt;DIV&gt;Dhruvit Vasavada&lt;/DIV&gt;</description>
      <pubDate>Thu, 23 Nov 2023 11:42:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx-docker-build-fails-under-WSL2/m-p/1762663#M216272</guid>
      <dc:creator>Dhruvit</dc:creator>
      <dc:date>2023-11-23T11:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: imx-docker build fails under WSL2</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx-docker-build-fails-under-WSL2/m-p/1763476#M216365</link>
      <description>&lt;P&gt;I had to make the changes in the linked PR to get imx-docker repo to complete a build:&lt;BR /&gt;&lt;A href="https://github.com/nxp-imx/imx-docker/pull/3" target="_blank"&gt;https://github.com/nxp-imx/imx-docker/pull/3&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Nov 2023 18:23:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx-docker-build-fails-under-WSL2/m-p/1763476#M216365</guid>
      <dc:creator>evancornell</dc:creator>
      <dc:date>2023-11-24T18:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: imx-docker build fails under WSL2</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx-docker-build-fails-under-WSL2/m-p/1763729#M216385</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/64047"&gt;@evancornell&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I hope you are doing well.&lt;/P&gt;
&lt;P&gt;is the docker build successful or are you still getting any errors?&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Dhruvit Vasavada&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2023 05:23:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx-docker-build-fails-under-WSL2/m-p/1763729#M216385</guid>
      <dc:creator>Dhruvit</dc:creator>
      <dc:date>2023-11-27T05:23:15Z</dc:date>
    </item>
  </channel>
</rss>

