<?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のトピックCreate a bbappend for a specific recipe version</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Create-a-bbappend-for-a-specific-recipe-version/m-p/591407#M89125</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;I would like to apply a patch only for a specifice bb version&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example I have the following package (from bitbake -s)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;qtbase&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; :5.5.0+gitAUTOINC+c619d2daac-r0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the bb file is sources/meta-qt5/recipes-qt/qt5/qtbase_git.bb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I want to create e bbappend that will be applied only for this package and not, for example, qtbase 5.5.6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Aug 2016 10:53:38 GMT</pubDate>
    <dc:creator>mirkoardinghi1</dc:creator>
    <dc:date>2016-08-11T10:53:38Z</dc:date>
    <item>
      <title>Create a bbappend for a specific recipe version</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Create-a-bbappend-for-a-specific-recipe-version/m-p/591407#M89125</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;I would like to apply a patch only for a specifice bb version&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example I have the following package (from bitbake -s)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;qtbase&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; :5.5.0+gitAUTOINC+c619d2daac-r0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the bb file is sources/meta-qt5/recipes-qt/qt5/qtbase_git.bb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I want to create e bbappend that will be applied only for this package and not, for example, qtbase 5.5.6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2016 10:53:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Create-a-bbappend-for-a-specific-recipe-version/m-p/591407#M89125</guid>
      <dc:creator>mirkoardinghi1</dc:creator>
      <dc:date>2016-08-11T10:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Create a bbappend for a specific recipe version</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Create-a-bbappend-for-a-specific-recipe-version/m-p/591408#M89126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mirko Ardinghi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The append files apply only to the recipe that shares the exact same path and name. In the case of qtbase 5.5.0 you would need to use the same recipe name with the .bbappend extension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The qtbase_git.bb recipe is written in a way that makes easy to change the qt base version and add patches. The actual qtbase version to be used is given by the qt5-inc.inc file on the same path as the qtbase recipe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There may be more than one way to accomplish what you want but one option would be to add the append and add a conditional statement to validate the PV version or QT_MODULE_BRANCH, depending on how specific you would like to be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 21:08:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Create-a-bbappend-for-a-specific-recipe-version/m-p/591408#M89126</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2016-08-16T21:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Create a bbappend for a specific recipe version</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Create-a-bbappend-for-a-specific-recipe-version/m-p/591409#M89127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I understood&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2016 13:45:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Create-a-bbappend-for-a-specific-recipe-version/m-p/591409#M89127</guid>
      <dc:creator>mirkoardinghi1</dc:creator>
      <dc:date>2016-08-17T13:45:59Z</dc:date>
    </item>
  </channel>
</rss>

