<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitech-oe.git/classes/patch.bbclass, branch corecdp-1.1.0</title>
<subtitle>Multi-Tech CoreCDP 1.x OpenEmbedded Tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/'/>
<entry>
<title>classes: Drop a number of unneeded import calls (from Poky)</title>
<updated>2009-11-16T10:45:23+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2009-11-16T10:45:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=bc465d83ad8665211b6f9664b418f4eafcc5ca6c'/>
<id>bc465d83ad8665211b6f9664b418f4eafcc5ca6c</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>classes: Drop some random import bb/os statements</title>
<updated>2009-11-11T15:36:52+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2009-11-11T15:36:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=81bdf9133524e76c3239f155dca9539e68032658'/>
<id>81bdf9133524e76c3239f155dca9539e68032658</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>patch.bbclass: Add "git" patchtool mechanism, which uses git-apply</title>
<updated>2009-08-24T21:14:21+00:00</updated>
<author>
<name>Dale Farnsworth</name>
<email>dfarnsworth@mvista.com</email>
</author>
<published>2009-07-08T20:47:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=97cd9822750689a733b07b01b21acf93f3877e33'/>
<id>97cd9822750689a733b07b01b21acf93f3877e33</id>
<content type='text'>
It can be selected by setting PATCHTOOL = "git".

This is useful because git-apply honors the permissions information
produced by git-format-patch.

Signed-off-by: Dale Farnsworth &lt;dfarnsworth@mvista.com&gt;
Signed-off-by: Chris Larson &lt;clarson@mvista.com&gt;
Acked-by: Denys Dmytriyenko &lt;denis@denix.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It can be selected by setting PATCHTOOL = "git".

This is useful because git-apply honors the permissions information
produced by git-format-patch.

Signed-off-by: Dale Farnsworth &lt;dfarnsworth@mvista.com&gt;
Signed-off-by: Chris Larson &lt;clarson@mvista.com&gt;
Acked-by: Denys Dmytriyenko &lt;denis@denix.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Shorten some full paths printed to the user.</title>
<updated>2009-05-14T18:33:13+00:00</updated>
<author>
<name>Chris Larson</name>
<email>clarson@mvista.com</email>
</author>
<published>2009-03-13T20:42:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=9699a955d48cb500b0b3dd691be68979c93bc72e'/>
<id>9699a955d48cb500b0b3dd691be68979c93bc72e</id>
<content type='text'>
Adds a base_path_out convenience function, which prepares a full path for
display to the user.  The initial implementation just makes it relative to
${TOPDIR}.  This function is then used for some messages outputted to the
user (packaged-staging, patch application, clean, unpack tasks).

Signed-off-by: Chris Larson &lt;clarson@mvista.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds a base_path_out convenience function, which prepares a full path for
display to the user.  The initial implementation just makes it relative to
${TOPDIR}.  This function is then used for some messages outputted to the
user (packaged-staging, patch application, clean, unpack tasks).

Signed-off-by: Chris Larson &lt;clarson@mvista.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>patch.bbclass: use hashlib with Python 2.5+ - removes DeprecationWarning</title>
<updated>2009-05-12T16:35:10+00:00</updated>
<author>
<name>Marcin Juszkiewicz</name>
<email>marcin@juszkiewicz.com.pl</email>
</author>
<published>2009-05-12T16:30:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=71997fc5fe0928bf8907791d8ff79c6b50acd207'/>
<id>71997fc5fe0928bf8907791d8ff79c6b50acd207</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>patch.bbclass: Simplify patch task dependency handling and allow packages to override the dependency more easily (from poky)</title>
<updated>2008-05-24T17:13:14+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@rpsys.net</email>
</author>
<published>2008-05-24T17:13:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=02390759c9a372ce6946abd89de0cd3936f8ef24'/>
<id>02390759c9a372ce6946abd89de0cd3936f8ef24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>patch.bbclass: Show full path of a patch.</title>
<updated>2008-01-28T00:11:15+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pmiscml@gmail.com</email>
</author>
<published>2008-01-28T00:11:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=c291df04a3913d8559159f82c3b0ffa4dae7de33'/>
<id>c291df04a3913d8559159f82c3b0ffa4dae7de33</id>
<content type='text'>
* This is for consistency with existing non-patch fetch message in base.bbclass.
Allows to catch pulling file from wrong override dir quickly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* This is for consistency with existing non-patch fetch message in base.bbclass.
Allows to catch pulling file from wrong override dir quickly.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch.bbclass: give empty file for quilt so it will not use config from user homedir - closes #2704 (code from Poky)</title>
<updated>2007-08-03T14:32:53+00:00</updated>
<author>
<name>Marcin Juszkiewicz</name>
<email>hrw@openembedded.org</email>
</author>
<published>2007-08-03T14:32:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=31af90140f95e186bc2f5a53f725429abaa8df57'/>
<id>31af90140f95e186bc2f5a53f725429abaa8df57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>patch.bbclass: Add minrev and maxrev support for patches, cleanup maxdate and mindate support</title>
<updated>2007-08-03T00:18:28+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@rpsys.net</email>
</author>
<published>2007-08-03T00:18:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=f8b12ef5be647d1bd011d2415c458b937ab61c96'/>
<id>f8b12ef5be647d1bd011d2415c458b937ab61c96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>devshell.bbclass, patch.bbclass: Error on any non-zero rc from TERMCMD*.</title>
<updated>2007-05-11T11:45:42+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pmiscml@gmail.com</email>
</author>
<published>2007-05-11T11:45:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=500967160d58626953ec52c4f927445aed6150b2'/>
<id>500967160d58626953ec52c4f927445aed6150b2</id>
<content type='text'>
* Suggested by Richard Purdie.
* Closes #2274.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Suggested by Richard Purdie.
* Closes #2274.
</pre>
</div>
</content>
</entry>
</feed>
