<?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: Yocto remove networking package</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-remove-networking-package/m-p/386600#M56030</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, HOB does allow you to edit the whole list of packages since it parses all the metadata from the image recipes and displays it in a graphical form. There are some limitations, though. The following document may help: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-102505"&gt;https://community.freescale.com/docs/DOC-102505&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The good thing about HOB is that it does show the package dependencies and there is no other easy way to do this that I know of. However, you may enable buildhistory to look at these dependencies (add lines below to local.conf) this is important because the build may fail if you exclude packages that are required by other installed packages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INHERIT += "buildhistory"&lt;/P&gt;&lt;P&gt;BUILDHISTORY_COMMIT = "1"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may exclude packages with the PACKAGE_EXCLUDE command. You may find section 5.13.1. Excluding Packages from an Image of the Yocto Development Manual useful, just keep in mind the dependencies of the packages when excluding them:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#excluding-packages-from-an-image"&gt;http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#excluding-packages-from-an-image&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Nov 2014 18:40:13 GMT</pubDate>
    <dc:creator>gusarambula</dc:creator>
    <dc:date>2014-11-13T18:40:13Z</dc:date>
    <item>
      <title>Yocto remove networking package</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-remove-networking-package/m-p/386598#M56028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to remove networking feature custom rootfs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like fsl-image-gui, i want remove all networking related packages from rootfs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 12:55:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-remove-networking-package/m-p/386598#M56028</guid>
      <dc:creator>saurabh206</dc:creator>
      <dc:date>2014-11-07T12:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto remove networking package</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-remove-networking-package/m-p/386599#M56029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HOB is useful tool for the selection of the packages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 12:55:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-remove-networking-package/m-p/386599#M56029</guid>
      <dc:creator>saurabh206</dc:creator>
      <dc:date>2014-11-10T12:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto remove networking package</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-remove-networking-package/m-p/386600#M56030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, HOB does allow you to edit the whole list of packages since it parses all the metadata from the image recipes and displays it in a graphical form. There are some limitations, though. The following document may help: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-102505"&gt;https://community.freescale.com/docs/DOC-102505&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The good thing about HOB is that it does show the package dependencies and there is no other easy way to do this that I know of. However, you may enable buildhistory to look at these dependencies (add lines below to local.conf) this is important because the build may fail if you exclude packages that are required by other installed packages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INHERIT += "buildhistory"&lt;/P&gt;&lt;P&gt;BUILDHISTORY_COMMIT = "1"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may exclude packages with the PACKAGE_EXCLUDE command. You may find section 5.13.1. Excluding Packages from an Image of the Yocto Development Manual useful, just keep in mind the dependencies of the packages when excluding them:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#excluding-packages-from-an-image"&gt;http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#excluding-packages-from-an-image&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 18:40:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-remove-networking-package/m-p/386600#M56030</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2014-11-13T18:40:13Z</dc:date>
    </item>
  </channel>
</rss>

