<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitech-oe.git/packages/linux/linux-handhelds-2.6/h4000/.mtn2git_empty, branch org.openembedded.dev</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>linux-handhelds-2.6: Make override dirs consistent.</title>
<updated>2007-12-22T17:07:12+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pmiscml@gmail.com</email>
</author>
<published>2007-12-22T17:07:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=cf1cf5e0392cd037d704be794fa8245d9cbf225d'/>
<id>cf1cf5e0392cd037d704be794fa8245d9cbf225d</id>
<content type='text'>
* Historically, latest kernel version used "linux-handhelds-2.6" override
dir, while older releases used "linux-handhelds-2.6-&lt;ver&gt;" dirs. This is
somewhat confusing and makes people look at wrong places. Make consistent.
* Also, drop old/broken subreleases, update cvs recipe.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Historically, latest kernel version used "linux-handhelds-2.6" override
dir, while older releases used "linux-handhelds-2.6-&lt;ver&gt;" dirs. This is
somewhat confusing and makes people look at wrong places. Make consistent.
* Also, drop old/broken subreleases, update cvs recipe.
</pre>
</div>
</content>
</entry>
<entry>
<title>linux-handhelds-2.6: Add 2.6.20-hh1 and 2.6.20-hh2.</title>
<updated>2007-03-07T03:54:38+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pmiscml@gmail.com</email>
</author>
<published>2007-03-07T03:54:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=5f8c62c20cc6dc6faede3b16726939a648906e81'/>
<id>5f8c62c20cc6dc6faede3b16726939a648906e81</id>
<content type='text'>
* defconfigs are copies of .19's for now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* defconfigs are copies of .19's for now.
</pre>
</div>
</content>
</entry>
<entry>
<title>linux-handhelds-2.6 2.6.19: 2.6.19 moved to branch, trunk is 2.6.20 now.</title>
<updated>2007-03-07T03:51:44+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pmiscml@gmail.com</email>
</author>
<published>2007-03-07T03:51:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=f704c9134c4ba143cfa8fa058ed185292effd52d'/>
<id>f704c9134c4ba143cfa8fa058ed185292effd52d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>linux-handhelds-2.6 2.6.17-hh2: Add updated defconfigs (+ same old patches).</title>
<updated>2006-10-27T01:45:35+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pmiscml@gmail.com</email>
</author>
<published>2006-10-27T01:45:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=a48ac3533c76ff8c303369e5d2d3b8cc82e972a3'/>
<id>a48ac3533c76ff8c303369e5d2d3b8cc82e972a3</id>
<content type='text'>
* More machines on todo.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* More machines on todo.
</pre>
</div>
</content>
</entry>
<entry>
<title>linux-handhelds-2.6: Prepare to finish upgrade to 2.6.17.</title>
<updated>2006-10-27T01:07:40+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pmiscml@gmail.com</email>
</author>
<published>2006-10-27T01:07:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=3903dc969a1710e80c49f78adf2f1639956185b4'/>
<id>3903dc969a1710e80c49f78adf2f1639956185b4</id>
<content type='text'>
* Aim: support few kernel releases nicely and transparently.
* Issue: different kernel versions/releases (may) have different defconfigs.
* Requirement: we need files dir to be override not just on PN, amd not just on
MACHINE, but additionally on some version string, which doesn't necessarily have
to be PV (for example, current situation is that 2.6.16 vs 2.6.17 need different
defconfigs, while potentially *some* -hh tags may have that need too).
* Solution: I could get per-MACHINE overrides work automagically if FILESPATH is
overriden. So, emulate that with adding both per-version dir (foo) and foo/${MACHINE} 
at the same time (and at the right order).
* Rename linux-handhelds-2.6/ to linux-handhelds-2.6-2.6.16/, as it really contains
defconfigs for those kernels. "HEAD" kernel version will still use linux-handhelds-2.6
(i.e. TODO: add 2.6.17 defconfigs to linux-handhelds-2.6/).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Aim: support few kernel releases nicely and transparently.
* Issue: different kernel versions/releases (may) have different defconfigs.
* Requirement: we need files dir to be override not just on PN, amd not just on
MACHINE, but additionally on some version string, which doesn't necessarily have
to be PV (for example, current situation is that 2.6.16 vs 2.6.17 need different
defconfigs, while potentially *some* -hh tags may have that need too).
* Solution: I could get per-MACHINE overrides work automagically if FILESPATH is
overriden. So, emulate that with adding both per-version dir (foo) and foo/${MACHINE} 
at the same time (and at the right order).
* Rename linux-handhelds-2.6/ to linux-handhelds-2.6-2.6.16/, as it really contains
defconfigs for those kernels. "HEAD" kernel version will still use linux-handhelds-2.6
(i.e. TODO: add 2.6.17 defconfigs to linux-handhelds-2.6/).
</pre>
</div>
</content>
</entry>
<entry>
<title>handhelds-pxa-2.6: Rename to linux-handhelds-2.6</title>
<updated>2006-10-25T12:25:49+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pmiscml@gmail.com</email>
</author>
<published>2006-10-25T12:25:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=470d7bce9c4ae413955a3ea05e5e9fb6caa3473b'/>
<id>470d7bce9c4ae413955a3ea05e5e9fb6caa3473b</id>
<content type='text'>
* Naming consistent with recent conventions ("linux-" prefix)
* Supports other subarchs besides PXA.
* Closes #1524
* Approved by Koen Kooi
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Naming consistent with recent conventions ("linux-" prefix)
* Supports other subarchs besides PXA.
* Closes #1524
* Approved by Koen Kooi
</pre>
</div>
</content>
</entry>
</feed>
