summaryrefslogtreecommitdiff
path: root/packages/linux/linux-handhelds-2.6-2.6.16/magician
AgeCommit message (Collapse)AuthorFiles
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko1
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe1
2006-10-27linux-handhelds-2.6: Prepare to finish upgrade to 2.6.17.Paul Sokolovsky2
* 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/).