<?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 Difference in installing process in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Difference-in-installing-process/m-p/723831#M112544</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;While creating yocto recipe, What is difference between&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL_append = "packagename"&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL += "packagename"&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, 07 Feb 2018 12:37:04 GMT</pubDate>
    <dc:creator>imx7newbie</dc:creator>
    <dc:date>2018-02-07T12:37:04Z</dc:date>
    <item>
      <title>Difference in installing process</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Difference-in-installing-process/m-p/723831#M112544</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;While creating yocto recipe, What is difference between&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL_append = "packagename"&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL += "packagename"&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, 07 Feb 2018 12:37:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Difference-in-installing-process/m-p/723831#M112544</guid>
      <dc:creator>imx7newbie</dc:creator>
      <dc:date>2018-02-07T12:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Difference in installing process</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Difference-in-installing-process/m-p/723832#M112545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The simplest way to add extra packages to all images is by using the IMAGE_INSTALL variable with the _append operator:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IMAGE_INSTALL_append = " strace"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Use of the syntax is important. Specifically, the space between the quote and the package name, which is strace in this example. This space is required since the _append operator does not add the space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Furthermore, you must use _append instead of the += operator if you want to avoid ordering issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the reference manual is a little unclear on what "ordering issues" means. += works just fine, it's just that if you happen to use it at some point before core-image.bbclass line sets it with ?= (i.e. either in local.conf or before the "inherit core-image" line in your image recipe) the ?= line in core-image.bbclass will do nothing and you'll end up with much less in the IMAGE_INSTALL list than you expected. If you use _append, you can have that anywhere you like and it will always work, with the caveat that if you forget to add a leading space in the value to be appended, things will break.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Carlos&lt;BR /&gt;NXP Technical Support&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 23:18:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Difference-in-installing-process/m-p/723832#M112545</guid>
      <dc:creator>Carlos_Musich</dc:creator>
      <dc:date>2018-02-07T23:18:17Z</dc:date>
    </item>
  </channel>
</rss>

