Age | Commit message (Collapse) | Author | Files |
|
* Update defconfig for hx4700, too. Enable boot from SD and NFS - *really* for
different people and configurations.
|
|
|
|
* -hh0 is obviously rough, but add anyway to let people test it more widely.
* defconfigs are copies of 2.6.18's so far.
|
|
defconfigs
to 2.6.18 override dir.
|
|
|
|
|
|
* Closes #1536.
|
|
* Based on Michal Panczyk's submission, with some more tweaks.
* Tested to compile, but needs run testing.
|
|
* More machines on todo.
|
|
* 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/).
|
|
recipe, move defconfig there.
|
|
* Naming consistent with recent conventions ("linux-" prefix)
* Supports other subarchs besides PXA.
* Closes #1524
* Approved by Koen Kooi
|