<?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: Yocto compilation in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-compilation/m-p/962925#M143548</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try cleaning and rebuilding, and see if that helps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bitbake -c clean core-image-base&lt;/P&gt;&lt;P&gt;bitbake -c cleansstate core-image-base&lt;/P&gt;&lt;P&gt;bitbake core-image-base&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jul 2019 06:20:38 GMT</pubDate>
    <dc:creator>romitchatterjee</dc:creator>
    <dc:date>2019-07-25T06:20:38Z</dc:date>
    <item>
      <title>Yocto compilation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-compilation/m-p/962923#M143546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using yocto project for compile my linux on IMX6ULL EVK.&lt;/P&gt;&lt;P&gt;I am starting from Image 'core-image-base' and I am adding some modules with command IMAGE_INSTALL_append =&amp;nbsp; "lighttpd curl libstdc++ bluez5" in local.conf file.&lt;BR /&gt;I build with bitbake command and I have a file system with new modules.&lt;/P&gt;&lt;P&gt;But when I run these mudules there are errors: some library file not found because the folder 'modules' in '~/imx-yocto-bsp/Linux-RCA2/tmp/deploy/images/imx6ull14x14evk'&amp;nbsp; is not update with new modules, infact the date of this folder is old.&lt;/P&gt;&lt;P&gt;What is the command for update this folder ?&lt;/P&gt;&lt;P&gt;By.&lt;/P&gt;&lt;P&gt;Sergio.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2019 14:44:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-compilation/m-p/962923#M143546</guid>
      <dc:creator>sergio_dorazio</dc:creator>
      <dc:date>2019-07-24T14:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto compilation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-compilation/m-p/962924#M143547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The library files not found are for example : mod_proxy.so, mod_status.so, .....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2019 14:52:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-compilation/m-p/962924#M143547</guid>
      <dc:creator>sergio_dorazio</dc:creator>
      <dc:date>2019-07-24T14:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto compilation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-compilation/m-p/962925#M143548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try cleaning and rebuilding, and see if that helps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bitbake -c clean core-image-base&lt;/P&gt;&lt;P&gt;bitbake -c cleansstate core-image-base&lt;/P&gt;&lt;P&gt;bitbake core-image-base&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2019 06:20:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-compilation/m-p/962925#M143548</guid>
      <dc:creator>romitchatterjee</dc:creator>
      <dc:date>2019-07-25T06:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto compilation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-compilation/m-p/962926#M143549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Romit,&lt;/P&gt;&lt;P&gt;thankyou for answer , but with your commands the forder&lt;/P&gt;&lt;P&gt;-&amp;nbsp; "~/imx-yocto-bsp/Linux-RCA2/tmp/deploy/images/imx6ull14x14evk/modules",&lt;/P&gt;&lt;P&gt;the files&lt;/P&gt;&lt;P&gt;-&amp;nbsp; "~/imx-yocto-bsp/Linux-RCA2/tmp/deploy/images/imx6ull14x14evk/modules--4.14.98-r0-imx6ull14x14evk-20190701130715.tgz"&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;-&amp;nbsp; "~/imx-yocto-bsp/Linux-RCA2/tmp/deploy/images/imx6ull14x14evk/modules--4.14.98-r0-imx6ull14x14evk-20190701130715.tgz"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are not update !!!!!!!!!!!!!!!!&lt;/P&gt;&lt;P&gt;Seems this files and folder are create only when install at first time yocto project !!!!&lt;/P&gt;&lt;P&gt;Have you other help for me ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sergio.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2019 07:30:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-compilation/m-p/962926#M143549</guid>
      <dc:creator>sergio_dorazio</dc:creator>
      <dc:date>2019-07-25T07:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto compilation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-compilation/m-p/962927#M143550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can always brute force build everything by deleting the tmp/, cache/ and sstate-cache/ folders and rebuilding. Not a very good solution though, it builds everything from scratch again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2019 07:22:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-compilation/m-p/962927#M143550</guid>
      <dc:creator>romitchatterjee</dc:creator>
      <dc:date>2019-07-26T07:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto compilation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-compilation/m-p/962928#M143551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sergio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The cleanall command should clean up the entirety of the downloaded sources and compiled binaries, which would force everything to be build again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2019 17:11:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-compilation/m-p/962928#M143551</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2019-09-03T17:11:37Z</dc:date>
    </item>
  </channel>
</rss>

