<?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>i.MX Processors中的主题 Re: request for making the toolchain by using bitbake in yocto</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/request-for-making-the-toolchain-by-using-bitbake-in-yocto/m-p/1162940#M162915</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Did the issue got resolved? I am getting same issue,&lt;/P&gt;&lt;P&gt;ERROR: Task do_populate_sdk does not exist for target libwebsockets (/home/peru/project/yocto_4.14/imx-yocto-bsp/sources/meta-openembedded/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_2.1.0.bb:do_populate_sdk). Close matches:&lt;BR /&gt;do_populate_lic&lt;BR /&gt;do_populate_sysroot&lt;BR /&gt;ERROR: Command execution failed: 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please give the suggestions.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Peru&lt;/P&gt;&lt;P&gt;velayutha.perumal@iwavesystems.com&lt;/P&gt;</description>
    <pubDate>Mon, 05 Oct 2020 13:25:53 GMT</pubDate>
    <dc:creator>velayutha_perum</dc:creator>
    <dc:date>2020-10-05T13:25:53Z</dc:date>
    <item>
      <title>request for making the toolchain by using bitbake in yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/request-for-making-the-toolchain-by-using-bitbake-in-yocto/m-p/505343#M82013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to make a toolchain by using bitbake with the following command&lt;/P&gt;&lt;P&gt;- bitbake meta-toolchain&lt;/P&gt;&lt;P&gt;I can see some file (poky-eglibc-x86_64-meta-toolchain-cortexa9hf-vfp-neon-toolchain-1.6.3.sh) of installing the toolchain at /build/tmp/deploy/sdk.&lt;/P&gt;&lt;P&gt;After installing toolchain by using that file, I can see that it is located at some directory.&lt;/P&gt;&lt;P&gt;But, some libraries such as libgpsd and libgps i added by using "hob" ware not included in the lib folder.&lt;/P&gt;&lt;P&gt;There were two folders in that path as the following:&lt;/P&gt;&lt;P&gt; . cortexa9hf-vfp-neon-poky-linux-gnueabi&lt;/P&gt;&lt;P&gt; . x86_64-pokysdk-linux&lt;/P&gt;&lt;P&gt;I think that it was including the basic include and libraries even though i already added some recipes like a gpsd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually, I can find some libraries i want to add at the following path. I guess that it is the result of "bitbake core-image-base", It is not for bitbake meta-toolchain.&lt;/P&gt;&lt;P&gt; . fsl-community-bsp-daisy/build/tmp/sysroots/imx6solosabreauto/lib&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to know how to add the other one like "imx6solosabreauto" as toolchain for my target device when i make toolchain by using bitbake.&lt;/P&gt;&lt;P&gt;Do i just copy the lib folder i want to use to other directory?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone have some ideas? pleas give me some help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 06:35:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/request-for-making-the-toolchain-by-using-bitbake-in-yocto/m-p/505343#M82013</guid>
      <dc:creator>kimhansung</dc:creator>
      <dc:date>2016-04-15T06:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: request for making the toolchain by using bitbake in yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/request-for-making-the-toolchain-by-using-bitbake-in-yocto/m-p/505344#M82014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kim Hansung,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you wish to edit the toolchain I would recommend looking at the documentation from the Yocto Project on this regard like section 3.4 of the Application Development Manual:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.yoctoproject.org/docs/2.0/adt-manual/adt-manual.html#optionally-building-a-toolchain-installer"&gt;http://www.yoctoproject.org/docs/2.0/adt-manual/adt-manual.html#optionally-building-a-toolchain-installer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may use:&lt;/P&gt;&lt;P style="text-indent: 4.5pt;"&gt;$ bitbake image -c populate_sdk&lt;/P&gt;&lt;P style="text-indent: 4.5pt;"&gt;To extract a toolchain installer that contains the sysroot that matches your target root file system.&lt;/P&gt;&lt;P style="text-indent: 4.5pt;"&gt;&lt;/P&gt;&lt;P style="text-indent: 4.5pt;"&gt;I hope this helps!&lt;/P&gt;&lt;P style="text-indent: 4.5pt;"&gt;&lt;/P&gt;&lt;P style="text-indent: 4.5pt;"&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 21:32:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/request-for-making-the-toolchain-by-using-bitbake-in-yocto/m-p/505344#M82014</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2016-04-15T21:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: request for making the toolchain by using bitbake in yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/request-for-making-the-toolchain-by-using-bitbake-in-yocto/m-p/505345#M82015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;It's very helpful for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2016 01:34:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/request-for-making-the-toolchain-by-using-bitbake-in-yocto/m-p/505345#M82015</guid>
      <dc:creator>kimhansung</dc:creator>
      <dc:date>2016-04-18T01:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: request for making the toolchain by using bitbake in yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/request-for-making-the-toolchain-by-using-bitbake-in-yocto/m-p/505346#M82016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gusarambula,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; When I run the command&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $bitbake image -c populate_sdk,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; there are some errors printed:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NOTE: Preparing runqueue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ERROR: Task do_popularte_sdk does not exist for target fsl-image-gui. Close matches:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; do_populate_sdk&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; do_populate_lic&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; do_populate_sysroot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Summary: There was 1 ERROR message shown, returning a non-zero exit code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I run $bitbake image -c populate_sdk,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $bitbake image -c do_populate_sdk&lt;/P&gt;&lt;P&gt;the errors printed :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NOTE: Preparing runqueue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ERROR: Task do_popularte_sdk does not exist for target fsl-image-gui. Close matches:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; do_populate_sdk&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; do_populate_lic&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; do_populate_sysroot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Summary: There was 1 ERROR message shown, returning a non-zero exit code&lt;/P&gt;&lt;P&gt;pleas give me some help,&lt;/P&gt;&lt;P&gt;thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(my e-mail:&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:liangxiaoyu01@163.com"&gt;liangxiaoyu01@163.com&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 04:25:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/request-for-making-the-toolchain-by-using-bitbake-in-yocto/m-p/505346#M82016</guid>
      <dc:creator>yooliang</dc:creator>
      <dc:date>2016-04-27T04:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: request for making the toolchain by using bitbake in yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/request-for-making-the-toolchain-by-using-bitbake-in-yocto/m-p/505347#M82017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry,the reason why i was failed before is typing errors for typing "populate" to "popularte"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 06:02:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/request-for-making-the-toolchain-by-using-bitbake-in-yocto/m-p/505347#M82017</guid>
      <dc:creator>yooliang</dc:creator>
      <dc:date>2016-04-27T06:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: request for making the toolchain by using bitbake in yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/request-for-making-the-toolchain-by-using-bitbake-in-yocto/m-p/1162940#M162915</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Did the issue got resolved? I am getting same issue,&lt;/P&gt;&lt;P&gt;ERROR: Task do_populate_sdk does not exist for target libwebsockets (/home/peru/project/yocto_4.14/imx-yocto-bsp/sources/meta-openembedded/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_2.1.0.bb:do_populate_sdk). Close matches:&lt;BR /&gt;do_populate_lic&lt;BR /&gt;do_populate_sysroot&lt;BR /&gt;ERROR: Command execution failed: 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please give the suggestions.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Peru&lt;/P&gt;&lt;P&gt;velayutha.perumal@iwavesystems.com&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2020 13:25:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/request-for-making-the-toolchain-by-using-bitbake-in-yocto/m-p/1162940#M162915</guid>
      <dc:creator>velayutha_perum</dc:creator>
      <dc:date>2020-10-05T13:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: request for making the toolchain by using bitbake in yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/request-for-making-the-toolchain-by-using-bitbake-in-yocto/m-p/1162943#M162916</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Did the issue got resolved? I am getting same issue,&lt;/P&gt;&lt;P&gt;ERROR: Task do_populate_sdk does not exist for target libwebsockets (/home/peru/project/yocto_4.14/imx-yocto-bsp/sources/meta-openembedded/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_2.1.0.bb:do_populate_sdk). Close matches: do_populate_lic do_populate_sysroot ERROR: Command execution failed: 1 Please give the suggestions.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Peru&lt;/P&gt;&lt;P&gt;velayutha.perumal@iwavesystems.com&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2020 13:28:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/request-for-making-the-toolchain-by-using-bitbake-in-yocto/m-p/1162943#M162916</guid>
      <dc:creator>velayutha_perum</dc:creator>
      <dc:date>2020-10-05T13:28:11Z</dc:date>
    </item>
  </channel>
</rss>

