<?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: ltib -m patchmerge -p u-boot in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/ltib-m-patchmerge-p-u-boot/m-p/241976#M20313</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the u-boot spec file is the &amp;lt;ltib&amp;gt;/config/platform/imx/u-boot.spec.in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can try to add the patch in the spec file like this:&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Source&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&amp;nbsp; %{name}-%{version}.tar.bz2&lt;/P&gt;&lt;P&gt;Patch0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&amp;nbsp;&amp;nbsp; abc.patch&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;-------------- put your patch filename here. the patch file store in /opt/freescale/pkgs/&lt;/P&gt;&lt;P&gt;BuildRoot&amp;nbsp; :&amp;nbsp;&amp;nbsp; %{_tmppath}/%{name}&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%Prep&lt;/P&gt;&lt;P&gt;%setup&lt;/P&gt;&lt;P&gt;%patch0 -p1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;-------------&amp;nbsp; add this line to apply your patch when using 'prep' to extract the source.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 May 2013 02:10:34 GMT</pubDate>
    <dc:creator>jimmychan</dc:creator>
    <dc:date>2013-05-17T02:10:34Z</dc:date>
    <item>
      <title>ltib -m patchmerge -p u-boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/ltib-m-patchmerge-p-u-boot/m-p/241975#M20312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, a problem about usage of ltib.&lt;/P&gt;&lt;P&gt;I generate a patch after I modified the source tree of u-boot. When I prepare to modify the u-boot again,error occured.&lt;/P&gt;&lt;P&gt;If I use ./ltib -m prep -p u-boot to unpack the source, error is like this, u-boot-2009.09-&amp;lt;10-digit suffix&amp;gt;.patch is my patch.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/119347i7A47F481C5140F0C/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Some say maybe should use ./ltib -p u-boot,(ltib mail lists), I tried and error is like this.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/119348i0E8E06612E095124/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have tried to delete patch u-boot-2009.09-&amp;lt;10-digit suffix&amp;gt;.patch in u-boot.spec , yes ,it works,but what I have modified will be lost.&lt;/P&gt;&lt;P&gt;I appreciate if someone can help me to solve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Haifeng&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 07:48:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/ltib-m-patchmerge-p-u-boot/m-p/241975#M20312</guid>
      <dc:creator>caohaifeng</dc:creator>
      <dc:date>2013-05-16T07:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: ltib -m patchmerge -p u-boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/ltib-m-patchmerge-p-u-boot/m-p/241976#M20313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the u-boot spec file is the &amp;lt;ltib&amp;gt;/config/platform/imx/u-boot.spec.in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can try to add the patch in the spec file like this:&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Source&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&amp;nbsp; %{name}-%{version}.tar.bz2&lt;/P&gt;&lt;P&gt;Patch0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&amp;nbsp;&amp;nbsp; abc.patch&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;-------------- put your patch filename here. the patch file store in /opt/freescale/pkgs/&lt;/P&gt;&lt;P&gt;BuildRoot&amp;nbsp; :&amp;nbsp;&amp;nbsp; %{_tmppath}/%{name}&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%Prep&lt;/P&gt;&lt;P&gt;%setup&lt;/P&gt;&lt;P&gt;%patch0 -p1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;-------------&amp;nbsp; add this line to apply your patch when using 'prep' to extract the source.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 02:10:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/ltib-m-patchmerge-p-u-boot/m-p/241976#M20313</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2013-05-17T02:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: ltib -m patchmerge -p u-boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/ltib-m-patchmerge-p-u-boot/m-p/241977#M20314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a patch for i.MX53. it run a script to apply the patches. You can take this for reference also. &lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX53QSB&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;IMX53_LINUX_1109_BSP_PATCH&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 02:14:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/ltib-m-patchmerge-p-u-boot/m-p/241977#M20314</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2013-05-17T02:14:45Z</dc:date>
    </item>
  </channel>
</rss>

