summaryrefslogtreecommitdiff
path: root/packages/linux/linux-handhelds-2.6/h4000/.mtn2git_empty
AgeCommit message (Collapse)AuthorFiles
2007-12-22linux-handhelds-2.6: Make override dirs consistent.Paul Sokolovsky1
* Historically, latest kernel version used "linux-handhelds-2.6" override dir, while older releases used "linux-handhelds-2.6-<ver>" dirs. This is somewhat confusing and makes people look at wrong places. Make consistent. * Also, drop old/broken subreleases, update cvs recipe.
2007-03-07linux-handhelds-2.6: Add 2.6.20-hh1 and 2.6.20-hh2.Paul Sokolovsky1
* defconfigs are copies of .19's for now.
2007-03-07linux-handhelds-2.6 2.6.19: 2.6.19 moved to branch, trunk is 2.6.20 now.Paul Sokolovsky1
2006-10-27linux-handhelds-2.6 2.6.17-hh2: Add updated defconfigs (+ same old patches).Paul Sokolovsky1
* More machines on todo.
2006-10-27linux-handhelds-2.6: Prepare to finish upgrade to 2.6.17.Paul Sokolovsky1
* 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/).
2006-10-25handhelds-pxa-2.6: Rename to linux-handhelds-2.6Paul Sokolovsky1
* Naming consistent with recent conventions ("linux-" prefix) * Supports other subarchs besides PXA. * Closes #1524 * Approved by Koen Kooi