diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-12-22 17:07:12 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-12-22 17:07:12 +0000 |
commit | cf1cf5e0392cd037d704be794fa8245d9cbf225d (patch) | |
tree | b2f627216bfb102614e1932b908c554b9428eafc /packages/linux/linux-handhelds-2.6_2.6.21-hh17.bb | |
parent | 46fde04ffa4861599bd6a17702d1d36ffeee14b4 (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_2.6.21-hh17.bb')
-rw-r--r-- | packages/linux/linux-handhelds-2.6_2.6.21-hh17.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/linux/linux-handhelds-2.6_2.6.21-hh17.bb b/packages/linux/linux-handhelds-2.6_2.6.21-hh17.bb index ae3741e872..a9dd604d8f 100644 --- a/packages/linux/linux-handhelds-2.6_2.6.21-hh17.bb +++ b/packages/linux/linux-handhelds-2.6_2.6.21-hh17.bb @@ -5,6 +5,10 @@ PR = "r3" 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" + SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')} \ file://defconfig" |