<?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 How to remove unit_tests from rootfs using yacto in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-remove-unit-tests-from-rootfs-using-yacto/m-p/910546#M137207</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yacto =&amp;nbsp;YoctoKrogoth&lt;/P&gt;&lt;P&gt;Processor = IMX6ULL&lt;/P&gt;&lt;P&gt;Uboot =&amp;nbsp;2016.03&lt;/P&gt;&lt;P&gt;Kernel =&amp;nbsp;Linux 4.1.15&lt;/P&gt;&lt;P&gt;I want to remove&amp;nbsp;&lt;STRONG&gt;unit_tests&amp;nbsp;&lt;/STRONG&gt;from rootfs using yacto.&lt;/P&gt;&lt;P&gt;I am tried some thing but nothing is working.&lt;/P&gt;&lt;P&gt;conf-&amp;gt;local.conf i added IMAGE_INSTALL_remove +="imx-test" after that compiled core-image-minimal but imx-test is not removed from rootfs.&lt;/P&gt;&lt;P&gt;if i remove also bitbake -c cleanall imx-text next time compiling bitbake core-image-minimal imx-test added automatically in rootfs.&lt;/P&gt;&lt;P&gt;Later i come to know meta-fsl-bsp-release,meta-fsl-demo is using imx-test.&lt;/P&gt;&lt;P&gt;How to remove&amp;nbsp;&lt;STRONG&gt;unit_tests&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN&gt;from rootfs using yacto ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Anyone help me to solve this issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Jun 2019 05:42:56 GMT</pubDate>
    <dc:creator>vasudhevan</dc:creator>
    <dc:date>2019-06-27T05:42:56Z</dc:date>
    <item>
      <title>How to remove unit_tests from rootfs using yacto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-remove-unit-tests-from-rootfs-using-yacto/m-p/910546#M137207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yacto =&amp;nbsp;YoctoKrogoth&lt;/P&gt;&lt;P&gt;Processor = IMX6ULL&lt;/P&gt;&lt;P&gt;Uboot =&amp;nbsp;2016.03&lt;/P&gt;&lt;P&gt;Kernel =&amp;nbsp;Linux 4.1.15&lt;/P&gt;&lt;P&gt;I want to remove&amp;nbsp;&lt;STRONG&gt;unit_tests&amp;nbsp;&lt;/STRONG&gt;from rootfs using yacto.&lt;/P&gt;&lt;P&gt;I am tried some thing but nothing is working.&lt;/P&gt;&lt;P&gt;conf-&amp;gt;local.conf i added IMAGE_INSTALL_remove +="imx-test" after that compiled core-image-minimal but imx-test is not removed from rootfs.&lt;/P&gt;&lt;P&gt;if i remove also bitbake -c cleanall imx-text next time compiling bitbake core-image-minimal imx-test added automatically in rootfs.&lt;/P&gt;&lt;P&gt;Later i come to know meta-fsl-bsp-release,meta-fsl-demo is using imx-test.&lt;/P&gt;&lt;P&gt;How to remove&amp;nbsp;&lt;STRONG&gt;unit_tests&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN&gt;from rootfs using yacto ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Anyone help me to solve this issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2019 05:42:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-remove-unit-tests-from-rootfs-using-yacto/m-p/910546#M137207</guid>
      <dc:creator>vasudhevan</dc:creator>
      <dc:date>2019-06-27T05:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove unit_tests from rootfs using yacto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-remove-unit-tests-from-rootfs-using-yacto/m-p/910547#M137208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" class="" data-content-finding="Community" data-userid="339794" data-username="vasudhevan@elmeasure.com" href="https://community.nxp.com/people/vasudhevan@elmeasure.com"&gt;vasu dhevan&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to remove the package of unit test from the test file that .bb file that you are building.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unit_test package is build by &amp;nbsp;packagegroup-fsl-tools-testapps.&lt;/P&gt;&lt;P&gt;So we can remove above package group from the image we are building, let's say it is fsl-image-machine-test.bb&lt;/P&gt;&lt;P&gt;From CORE_IMAGE_EXTRA_INSTALL,&lt;/P&gt;&lt;P&gt;delete the line containing packagegroup-fsl-tools-testapps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that cleaning and building new image won't contain unit_tests in rootfs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankit Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2019 10:59:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-remove-unit-tests-from-rootfs-using-yacto/m-p/910547#M137208</guid>
      <dc:creator>ankitr_patel</dc:creator>
      <dc:date>2019-06-27T10:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove unit_tests from rootfs using yacto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-remove-unit-tests-from-rootfs-using-yacto/m-p/910548#M137209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ankit Patel,&lt;/P&gt;&lt;P&gt;Thank you for your response,&lt;/P&gt;&lt;P&gt;I tried already but again it fetching and place into the rootfs.&lt;/P&gt;&lt;P&gt;bitbake -c cleanall imx-test&lt;/P&gt;&lt;P&gt;deleteded line containing packagegroup-fsl-tools-testapps in fsl-image-machine-test.bb&lt;/P&gt;&lt;P&gt;bitbake core-image-minimal&lt;/P&gt;&lt;P&gt;Again fetching compiling and placed into rootfs.&lt;/P&gt;&lt;P&gt;i did any mistake ?&lt;/P&gt;&lt;P&gt;Yacto some other place using imx-test ?&lt;/P&gt;&lt;P&gt;Where mentioned rootfs to create folder called unit_test and place compiled file into this folder in yacto ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;Vasu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2019 12:01:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-remove-unit-tests-from-rootfs-using-yacto/m-p/910548#M137209</guid>
      <dc:creator>vasudhevan</dc:creator>
      <dc:date>2019-06-27T12:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove unit_tests from rootfs using yacto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-remove-unit-tests-from-rootfs-using-yacto/m-p/910549#M137210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class=""&gt;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="339794" data-username="vasudhevan@elmeasure.com" href="https://community.nxp.com/people/vasudhevan@elmeasure.com"&gt;vasu dhevan&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We build core-image-minimal, however we cannot find any unit_tests in rootfs.&lt;/P&gt;&lt;P&gt;Here are our contents of rootfs:&lt;/P&gt;&lt;P&gt;bin&amp;nbsp; boot&amp;nbsp; dev&amp;nbsp; etc&amp;nbsp; home&amp;nbsp; lib&amp;nbsp; lost+found&amp;nbsp; media&amp;nbsp; mnt&amp;nbsp; proc&amp;nbsp; run&amp;nbsp; sbin&amp;nbsp; sys&amp;nbsp; tmp&amp;nbsp; usr&amp;nbsp; var&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to check the bb file of the image you are using to check what all modules are being build and appended in the image. Ideally you should no see unit_tests getting created in rootfs for core-image-minimal. Can you tell us the version of yocto that you are using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karan Gajjar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2019 06:25:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-remove-unit-tests-from-rootfs-using-yacto/m-p/910549#M137210</guid>
      <dc:creator>karangajjar</dc:creator>
      <dc:date>2019-06-28T06:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove unit_tests from rootfs using yacto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-remove-unit-tests-from-rootfs-using-yacto/m-p/910550#M137211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karan Gajjar,&lt;/P&gt;&lt;P&gt;Thank you for your response,&lt;/P&gt;&lt;P&gt;&amp;nbsp; I found the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp; deleteded line containing packagegroup-fsl-tools-testapps in fsl-image-machine-test.bb&lt;/P&gt;&lt;P&gt;&amp;nbsp; conf-&amp;gt;local.conf i added line&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;IMAGE_INSTALL_remove += "imx-test \&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;&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; packagegroup-fsl-tools-testapps \&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;&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; "&lt;BR /&gt;&amp;nbsp;After that compiled bitbake core-image-minimal this time rootfs does not containing unit_test folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Vasu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2019 11:02:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-remove-unit-tests-from-rootfs-using-yacto/m-p/910550#M137211</guid>
      <dc:creator>vasudhevan</dc:creator>
      <dc:date>2019-06-28T11:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove unit_tests from rootfs using yacto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-remove-unit-tests-from-rootfs-using-yacto/m-p/910551#M137212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" class="" data-avatarid="29594" data-externalid="" data-online="false" data-presence="null" data-userid="339794" data-username="vasudhevan@elmeasure.com" href="https://community.nxp.com/people/vasudhevan@elmeasure.com"&gt;vasu dhevan&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glad to know things worked for you. Thank you for letting us know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karan Gajjar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2019 13:26:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-remove-unit-tests-from-rootfs-using-yacto/m-p/910551#M137212</guid>
      <dc:creator>karangajjar</dc:creator>
      <dc:date>2019-06-28T13:26:38Z</dc:date>
    </item>
  </channel>
</rss>

