<?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 SDK Installation Question in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-SDK-Installation-Question/m-p/1224162#M168749</link>
    <description>&lt;P&gt;I am not sure your suggestion is applicable to my request.&amp;nbsp; I know how to clean my image when I bitbake, but I am talking about an SDK that is installed on a separate machine that doesn't bitbake my images.&amp;nbsp; &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/39586"&gt;@joanxie&lt;/a&gt;,&amp;nbsp;do you have any experience with the Yocto SDK?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyhow, I conferred about this issue with someone that knows Yocto and I was told to simply delete the directory that the SDK was installed to on a particular machine.&amp;nbsp; It's that easy apparently.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 01 Feb 2021 15:56:18 GMT</pubDate>
    <dc:creator>cgiordano</dc:creator>
    <dc:date>2021-02-01T15:56:18Z</dc:date>
    <item>
      <title>Yocto SDK Installation Question</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-SDK-Installation-Question/m-p/1222975#M168623</link>
      <description>&lt;P&gt;Hi I have an NXP i.MX development board where I recently built an SDK as such:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="aCOpRe"&gt;&lt;SPAN&gt;&lt;EM&gt;bitbake&lt;/EM&gt; &amp;lt;image&amp;gt; -c populate_sdk&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="aCOpRe"&gt;&lt;SPAN&gt;I ended up with a pretty large *.sh file (~1.7GB) as expected per:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="aCOpRe"&gt;&lt;SPAN&gt;&lt;A href="https://www.yoctoproject.org/docs/2.1/sdk-manual/sdk-manual.html" target="_blank"&gt;https://www.yoctoproject.org/docs/2.1/sdk-manual/sdk-manual.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="aCOpRe"&gt;&lt;SPAN&gt;This guide contains a lot of great information about installation and configuration, but I failed to find anything about un-installation.&amp;nbsp; Forgive me for I haven't taken the plunge yet to run this script to install my SDK and I am a novice Yocto/Linux user at this point in time.&amp;nbsp; I just don't know what to expect here.&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="aCOpRe"&gt;&lt;SPAN&gt;My question is if I install this SDK on my Linux PC, how would I go about removing it if I wanted to clean up my PC?&amp;nbsp; Do I simply delete the directory it was installed in?&amp;nbsp; I am not sure, because if I brute-force delete the installation directory - if possible - will there be other settings or hidden files left behind that will cause issues moving forward.&amp;nbsp; Reason being is that I know that this SDK is going to take up some storage and I may end up installing another SDK for another image in the future.&amp;nbsp; I simply want to understand how to control how and where this SDK will reside on my PC to control the storage being used on my disk.&amp;nbsp; Maybe I would want to completely eliminate the SDK on this PC...&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="aCOpRe"&gt;&lt;SPAN&gt;Basically, it would be great to know if I DO something, how do I UNDO this.&amp;nbsp; Thanks in advance.&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 02:34:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-SDK-Installation-Question/m-p/1222975#M168623</guid>
      <dc:creator>cgiordano</dc:creator>
      <dc:date>2021-01-29T02:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto SDK Installation Question</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-SDK-Installation-Question/m-p/1223742#M168719</link>
      <description>&lt;P&gt;you can use the command&lt;/P&gt;
&lt;P&gt;bitbake -c cleansstate &amp;lt;your image&amp;gt;, then delete all of building folders&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 05:00:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-SDK-Installation-Question/m-p/1223742#M168719</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2021-02-01T05:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto SDK Installation Question</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-SDK-Installation-Question/m-p/1224162#M168749</link>
      <description>&lt;P&gt;I am not sure your suggestion is applicable to my request.&amp;nbsp; I know how to clean my image when I bitbake, but I am talking about an SDK that is installed on a separate machine that doesn't bitbake my images.&amp;nbsp; &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/39586"&gt;@joanxie&lt;/a&gt;,&amp;nbsp;do you have any experience with the Yocto SDK?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyhow, I conferred about this issue with someone that knows Yocto and I was told to simply delete the directory that the SDK was installed to on a particular machine.&amp;nbsp; It's that easy apparently.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 15:56:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-SDK-Installation-Question/m-p/1224162#M168749</guid>
      <dc:creator>cgiordano</dc:creator>
      <dc:date>2021-02-01T15:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto SDK Installation Question</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-SDK-Installation-Question/m-p/1227099#M169016</link>
      <description>&lt;P&gt;I never try this, but delete the folder is easy way, maybe you can refer to the discussion as below:&lt;/P&gt;
&lt;P&gt;"&lt;A href="https://stackoverflow.com/questions/53377944/how-to-clean-populate-sdk-in-yocto" target="_blank"&gt;https://stackoverflow.com/questions/53377944/how-to-clean-populate-sdk-in-yocto&lt;/A&gt;"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 11:12:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-SDK-Installation-Question/m-p/1227099#M169016</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2021-02-05T11:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto SDK Installation Question</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-SDK-Installation-Question/m-p/1227281#M169035</link>
      <description>&lt;P&gt;I installed it and it is installed on a separate disk I have in my PC.&amp;nbsp; It should be easy to remove if necessary.&amp;nbsp; Thanks!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 17:27:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-SDK-Installation-Question/m-p/1227281#M169035</guid>
      <dc:creator>cgiordano</dc:creator>
      <dc:date>2021-02-05T17:27:49Z</dc:date>
    </item>
  </channel>
</rss>

