<?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: LTIB: how applying a patch?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/LTIB-how-applying-a-patch/m-p/187578#M9035</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Massimo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have also struggled with this. What I did was to configure and compile the ltib first with the source code in place.&lt;/P&gt;&lt;P&gt;- ltib -m config&lt;/P&gt;&lt;P&gt;- ltib --leavesrc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After compilation, I cd to ltib/rpm/BUILD and patched the files into the kernel, u-boot and imx-test.&lt;/P&gt;&lt;P&gt;$ patch -p1 &amp;lt; 0001-ENGR00155891-mx53_loco-enable-mc34708-s-WDI-function.patch&amp;nbsp;&lt;BR /&gt;patching file arch/arm/mach-mx5/mx53_loco_pmic_mc34708.c&lt;BR /&gt;patching file arch/arm/plat-mxc/system.c&lt;BR /&gt;soht1@leonine:/data/nfsroot/ltib/ltib/rpm/BUILD/linux-2.6.35.3$ patch -p1 &amp;lt; 0001-Fix-the-ack-error-when-read-system-s-temperature-on-.patch&amp;nbsp;&lt;BR /&gt;patching file arch/arm/plat-mxc/ahci_sata.c&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If someone has a better way, please let us know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Terence&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Nov 2011 08:27:35 GMT</pubDate>
    <dc:creator>TerenceSoh</dc:creator>
    <dc:date>2011-11-18T08:27:35Z</dc:date>
    <item>
      <title>LTIB: how applying a patch?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LTIB-how-applying-a-patch/m-p/187577#M9034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm a novice to Linux embedded and LTIB, and I'm evaluating the i.MX53 QSB with Freescale Linux BSP. After downloading and extracting the L2.6.35_11.09.01_source_bundle.tar.gz contents, I got:&lt;/P&gt;&lt;P&gt;- L2.6.35_11.09.01_ER_docs.tar.gz&lt;/P&gt;&lt;P&gt;- L2.6.35_11.09.01_ER_images_MX5X.tar.gz&lt;/P&gt;&lt;P&gt;- L2.6.35_11.09.01_ER_source.tar.gz&lt;/P&gt;&lt;P&gt;as described in the "i.MX53 START 11.09.01 Linux Release Notes.pdf" document. But that BSP also included:&lt;/P&gt;&lt;P&gt;- patches.tar.gz&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I installed ltib and setup my Ubuntu machine following all steps described in the "i.MX53 START Linux User’s Guide.pdf", chapter 2. Only skipped the step #3, in chapter 2.2: "&lt;STRONG&gt;Install the patches located in the patches.tar.gz file&lt;/STRONG&gt;"... It wasn't explained how.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since some days I can compile the kernel and u-boot, generate the target file system, and run my "helloworld" on the i.mX53 target after cross-compiling.... but the 'patches issue' is still pending, and want to fix it before proceeding!&lt;/P&gt;&lt;P&gt;I searched around but haven't found a way for patching a package in ltib. Only found how patching my changes (eventually) with 'patchmerge' ltib command. But spec file seems to be required, and patches in the Freescale BSP only have .patch.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;May you experts give me some help?!&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 16:25:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LTIB-how-applying-a-patch/m-p/187577#M9034</guid>
      <dc:creator>madmax</dc:creator>
      <dc:date>2011-11-16T16:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: LTIB: how applying a patch?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LTIB-how-applying-a-patch/m-p/187578#M9035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Massimo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have also struggled with this. What I did was to configure and compile the ltib first with the source code in place.&lt;/P&gt;&lt;P&gt;- ltib -m config&lt;/P&gt;&lt;P&gt;- ltib --leavesrc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After compilation, I cd to ltib/rpm/BUILD and patched the files into the kernel, u-boot and imx-test.&lt;/P&gt;&lt;P&gt;$ patch -p1 &amp;lt; 0001-ENGR00155891-mx53_loco-enable-mc34708-s-WDI-function.patch&amp;nbsp;&lt;BR /&gt;patching file arch/arm/mach-mx5/mx53_loco_pmic_mc34708.c&lt;BR /&gt;patching file arch/arm/plat-mxc/system.c&lt;BR /&gt;soht1@leonine:/data/nfsroot/ltib/ltib/rpm/BUILD/linux-2.6.35.3$ patch -p1 &amp;lt; 0001-Fix-the-ack-error-when-read-system-s-temperature-on-.patch&amp;nbsp;&lt;BR /&gt;patching file arch/arm/plat-mxc/ahci_sata.c&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If someone has a better way, please let us know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Terence&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 08:27:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LTIB-how-applying-a-patch/m-p/187578#M9035</guid>
      <dc:creator>TerenceSoh</dc:creator>
      <dc:date>2011-11-18T08:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: LTIB: how applying a patch?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LTIB-how-applying-a-patch/m-p/187579#M9036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Terence,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;that's exactly what tried yesterday after asking the question, and taking the 'U-Boot Patches' paragraph in this page as an example:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.eewiki.net/display/linuxonarm/i.MX53+Quick+Start" target="_blank"&gt;http://www.eewiki.net/display/linuxonarm/i.MX53+Quick+Start&lt;/A&gt;&lt;/P&gt;&lt;P&gt;However it must unpacks all packages to be patched before, with command&lt;/P&gt;&lt;P&gt;&lt;EM&gt;$ ./ltib -m prep -p &amp;lt;package_to_be_patched&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;with &amp;lt;package_to_be_patched&amp;gt; = 'imx_test', 'u-boot'....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems working, but there's maybe a better way directly from ltib commands.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Massimo&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;CITE&gt;Terence Soh said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/ltib-how-applying-a-patch#4103961Comment44683"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;Hi Massimo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have also struggled with this. What I did was to configure and compile the ltib first with the source code in place.&lt;/P&gt;&lt;P&gt;- ltib -m config&lt;/P&gt;&lt;P&gt;- ltib --leavesrc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After compilation, I cd to ltib/rpm/BUILD and patched the files into the kernel, u-boot and imx-test.&lt;/P&gt;&lt;P&gt;$ patch -p1 &amp;lt; 0001-ENGR00155891-mx53_loco-enable-mc34708-s-WDI-function.patch&amp;nbsp;&lt;BR /&gt;patching file arch/arm/mach-mx5/mx53_loco_pmic_mc34708.c&lt;BR /&gt;patching file arch/arm/plat-mxc/system.c&lt;BR /&gt;soht1@leonine:/data/nfsroot/ltib/ltib/rpm/BUILD/linux-2.6.35.3$ patch -p1 &amp;lt; 0001-Fix-the-ack-error-when-read-system-s-temperature-on-.patch&amp;nbsp;&lt;BR /&gt;patching file arch/arm/plat-mxc/ahci_sata.c&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If someone has a better way, please let us know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Terence&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 09:01:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LTIB-how-applying-a-patch/m-p/187579#M9036</guid>
      <dc:creator>madmax</dc:creator>
      <dc:date>2011-11-18T09:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: LTIB: how applying a patch?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LTIB-how-applying-a-patch/m-p/187580#M9037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It can also be cat patch_name | patch -p2.&lt;/P&gt;&lt;P&gt;I am working on a different board.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 09:59:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LTIB-how-applying-a-patch/m-p/187580#M9037</guid>
      <dc:creator>KrishnaPavan</dc:creator>
      <dc:date>2011-11-18T09:59:36Z</dc:date>
    </item>
  </channel>
</rss>

