<?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 Problem setting up Eclipse IDE using yocto for toolchain compilation for i.MX 8QuadXPlus in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Problem-setting-up-Eclipse-IDE-using-yocto-for-toolchain/m-p/1382535#M184064</link>
    <description>&lt;P&gt;I used the following links for setting up an IDE for cross compiling for the i.MX 8QuadXPlus MEK board.&lt;/P&gt;&lt;P&gt;Yocto Programming with Eclipse v2 | Variscite Wiki (variwiki.com)&lt;BR /&gt;Setting up the Eclipse IDE for Yocto Application D... - NXP Community&lt;BR /&gt;I did the following steps (from Yocto Project Description:&amp;nbsp;i.MX Yocto Project User's Guide (nxp.com)):&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;$mkdir imx-yocto-bsp&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;$cd imx-yocto-bsp&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;$repo init -u&amp;nbsp;&lt;A href="https://source.codeaurora.org/external/imx/imx-manifest" target="_blank"&gt;https://source.codeaurora.org/external/imx/imx-manifest&lt;/A&gt;&amp;nbsp;-b imx-linux-hardknott -m imx-5.10.52-2.1.0.xml&lt;/LI&gt;&lt;LI&gt;$repo sync&lt;/LI&gt;&lt;LI&gt;$DISTRO=fsl-imx-xwayland MACHINE=imx8qxpc0mek source&amp;nbsp;imx-setup-release.sh&amp;nbsp;-b build-xwayland&lt;/LI&gt;&lt;LI&gt;Now I want the toolchain: $bitbake meta-toolchain&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;BR /&gt;I am facing the problem, that when building the toolchain using yocto/bitbake it takes several hours and always exceeds my storage capacity because it needs already at 40% completion around 40GB of storage.&lt;/P&gt;&lt;P&gt;Is there a possibility to disable some yocto packages or am I doing something wrong?&lt;/P&gt;</description>
    <pubDate>Tue, 07 Dec 2021 09:26:53 GMT</pubDate>
    <dc:creator>SimonSchnee</dc:creator>
    <dc:date>2021-12-07T09:26:53Z</dc:date>
    <item>
      <title>Problem setting up Eclipse IDE using yocto for toolchain compilation for i.MX 8QuadXPlus</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-setting-up-Eclipse-IDE-using-yocto-for-toolchain/m-p/1382535#M184064</link>
      <description>&lt;P&gt;I used the following links for setting up an IDE for cross compiling for the i.MX 8QuadXPlus MEK board.&lt;/P&gt;&lt;P&gt;Yocto Programming with Eclipse v2 | Variscite Wiki (variwiki.com)&lt;BR /&gt;Setting up the Eclipse IDE for Yocto Application D... - NXP Community&lt;BR /&gt;I did the following steps (from Yocto Project Description:&amp;nbsp;i.MX Yocto Project User's Guide (nxp.com)):&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;$mkdir imx-yocto-bsp&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;$cd imx-yocto-bsp&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;$repo init -u&amp;nbsp;&lt;A href="https://source.codeaurora.org/external/imx/imx-manifest" target="_blank"&gt;https://source.codeaurora.org/external/imx/imx-manifest&lt;/A&gt;&amp;nbsp;-b imx-linux-hardknott -m imx-5.10.52-2.1.0.xml&lt;/LI&gt;&lt;LI&gt;$repo sync&lt;/LI&gt;&lt;LI&gt;$DISTRO=fsl-imx-xwayland MACHINE=imx8qxpc0mek source&amp;nbsp;imx-setup-release.sh&amp;nbsp;-b build-xwayland&lt;/LI&gt;&lt;LI&gt;Now I want the toolchain: $bitbake meta-toolchain&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;BR /&gt;I am facing the problem, that when building the toolchain using yocto/bitbake it takes several hours and always exceeds my storage capacity because it needs already at 40% completion around 40GB of storage.&lt;/P&gt;&lt;P&gt;Is there a possibility to disable some yocto packages or am I doing something wrong?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 09:26:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-setting-up-Eclipse-IDE-using-yocto-for-toolchain/m-p/1382535#M184064</guid>
      <dc:creator>SimonSchnee</dc:creator>
      <dc:date>2021-12-07T09:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem setting up Eclipse IDE using yocto for toolchain compilation for i.MX 8QuadXPlus</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-setting-up-Eclipse-IDE-using-yocto-for-toolchain/m-p/1383133#M184112</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/194402"&gt;@SimonSchnee&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; please try the following, as recommended in Chapter 2 (Porting Kernel) of "i.MX Porting Guide".&lt;/P&gt;
&lt;P&gt;DISTRO=Target-Distro MACHINE=Target-Machine bitbake core-image-minimal -c populate_sdk&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &lt;A href="https://www.nxp.com/docs/en/user-guide/IMX_PORTING_GUIDE.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/user-guide/IMX_PORTING_GUIDE.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Yuri.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 06:18:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-setting-up-Eclipse-IDE-using-yocto-for-toolchain/m-p/1383133#M184112</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2021-12-08T06:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem setting up Eclipse IDE using yocto for toolchain compilation for i.MX 8QuadXPlus</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-setting-up-Eclipse-IDE-using-yocto-for-toolchain/m-p/1387143#M184471</link>
      <description>&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I extended the disk size of my virtual machine (Ubuntu LTS 20.04).&lt;/P&gt;&lt;P&gt;Then I repeated all the steps and could build the toolchain.&lt;/P&gt;&lt;P&gt;But your solution would also work &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know what is the exact difference between "imx-image-core" and "core-image-base"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 08:42:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-setting-up-Eclipse-IDE-using-yocto-for-toolchain/m-p/1387143#M184471</guid>
      <dc:creator>SimonSchnee</dc:creator>
      <dc:date>2021-12-15T08:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem setting up Eclipse IDE using yocto for toolchain compilation for i.MX 8QuadXPlus</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-setting-up-Eclipse-IDE-using-yocto-for-toolchain/m-p/1387173#M184484</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/194402"&gt;@SimonSchnee&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; According to Table 1 (i.MX Yocto project images) of "i.MX Yocto Project User's Guide":&lt;/P&gt;
&lt;P&gt;core-image-base:&amp;nbsp; A console-only image that fully supports the target device hardware.&lt;/P&gt;
&lt;P&gt;imx-image-core:&amp;nbsp; An i.MX image with i.MX test applications to be used for Wayland backends. &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This image is used by our daily core testing.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/user-guide/IMX_YOCTO_PROJECT_USERS_GUIDE.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/user-guide/IMX_YOCTO_PROJECT_USERS_GUIDE.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Yuri.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 09:12:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-setting-up-Eclipse-IDE-using-yocto-for-toolchain/m-p/1387173#M184484</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2021-12-15T09:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem setting up Eclipse IDE using yocto for toolchain compilation for i.MX 8QuadXPlus</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-setting-up-Eclipse-IDE-using-yocto-for-toolchain/m-p/1401960#M186025</link>
      <description>&lt;P&gt;Hello Yuri,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have built my image using&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;mkdir imx-yocto-bsp
cd imx-yocto-bsp
repo init -u https://source.codeaurora.org/external/imx/imx-manifest -b imx-linux-hardknott -m imx-5.10.72-2.2.0.xml
repo sync

DISTRO=fsl-imx-wayland MACHINE=imx6ull14x14evk source imx-setup-release.sh -b build-fb

bitbake-layers create-layer ../sources/meta-simpledaemon
bitbake-layers add-layer ../sources/meta-simpledaemon
mkdir ../sources/meta-simpledaemon/recipes-example/simpledaemon
recipetool create -V1.0 https://gitlab.com/MichaelBMiner/simpledaemon -o ../sources/meta-simpledaemon/recipes-example/simpledaemon/

bitbake fsl-image-machine-test&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Must I include the bitbake populate SDK argument? I want to develop new applications for my image using eclipse but I am not sure where to point the project compiler.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 18:02:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-setting-up-Eclipse-IDE-using-yocto-for-toolchain/m-p/1401960#M186025</guid>
      <dc:creator>MichaelBMiner</dc:creator>
      <dc:date>2022-01-19T18:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem setting up Eclipse IDE using yocto for toolchain compilation for i.MX 8QuadXPlus</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-setting-up-Eclipse-IDE-using-yocto-for-toolchain/m-p/1402261#M186039</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/193268"&gt;@MichaelBMiner&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; I think it makes sense to generate the SDK (add "-c populate_sdk") for application development.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Yuri.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jan 2022 05:01:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-setting-up-Eclipse-IDE-using-yocto-for-toolchain/m-p/1402261#M186039</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2022-01-20T05:01:08Z</dc:date>
    </item>
  </channel>
</rss>

