summaryrefslogtreecommitdiff
path: root/packages/linux/linux-handhelds-2.6_cvs.bb
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-12-22 17:07:12 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-12-22 17:07:12 +0000
commitcf1cf5e0392cd037d704be794fa8245d9cbf225d (patch)
treeb2f627216bfb102614e1932b908c554b9428eafc /packages/linux/linux-handhelds-2.6_cvs.bb
parent46fde04ffa4861599bd6a17702d1d36ffeee14b4 (diff)
linux-handhelds-2.6: Make override dirs consistent.
* 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.
Diffstat (limited to 'packages/linux/linux-handhelds-2.6_cvs.bb')
-rw-r--r--packages/linux/linux-handhelds-2.6_cvs.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/linux/linux-handhelds-2.6_cvs.bb b/packages/linux/linux-handhelds-2.6_cvs.bb
index 4e008f5b6e..89cb68548f 100644
--- a/packages/linux/linux-handhelds-2.6_cvs.bb
+++ b/packages/linux/linux-handhelds-2.6_cvs.bb
@@ -6,10 +6,14 @@ PR = "r0"
DEFAULT_PREFERENCE = "-1"
+# Override where to look for defconfigs and patches,
+# we have per-kernel-release sets.
+FILESPATH = "${FILE_DIRNAME}/linux-handhelds-2.6-2.6.21/${MACHINE}:${FILE_DIRNAME}/linux-handhelds-2.6-2.6.21"
+
K_MAJOR = "2"
K_MINOR = "6"
K_MICRO = "21"
-HHV = "14"
+HHV = "20"
SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26 \
file://defconfig"