summaryrefslogtreecommitdiff
path: root/packages/linux/linux-handhelds-2.6_2.6.16-hh7.bb
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2006-10-27 01:07:40 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2006-10-27 01:07:40 +0000
commit3903dc969a1710e80c49f78adf2f1639956185b4 (patch)
treef05878d9299a5ee2e652f13c8b95bf637b83210b /packages/linux/linux-handhelds-2.6_2.6.16-hh7.bb
parent11d174ab5324bd1e46cc86532dbb3aa3c4f2d700 (diff)
linux-handhelds-2.6: Prepare to finish upgrade to 2.6.17.
* 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/).
Diffstat (limited to 'packages/linux/linux-handhelds-2.6_2.6.16-hh7.bb')
-rw-r--r--packages/linux/linux-handhelds-2.6_2.6.16-hh7.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/linux/linux-handhelds-2.6_2.6.16-hh7.bb b/packages/linux/linux-handhelds-2.6_2.6.16-hh7.bb
index 7a36ed9533..0f1556afaa 100644
--- a/packages/linux/linux-handhelds-2.6_2.6.16-hh7.bb
+++ b/packages/linux/linux-handhelds-2.6_2.6.16-hh7.bb
@@ -3,4 +3,6 @@ DESCRIPTION = "handhelds.org Linux kernel 2.6 for PocketPCs and other consumer h
LICENSE = "GPL"
PR = "r2"
+FILESPATH = "${FILE_DIRNAME}/linux-handhelds-2.6-2.6.16/${MACHINE}:${FILE_DIRNAME}/linux-handhelds-2.6-2.6.16"
+
require linux-handhelds-2.6.inc