diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-12-02 07:47:17 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-12-02 07:47:17 +0000 |
commit | 60b307aea0c1cb9de5cf1e2ee2d8bbeeab8b462c (patch) | |
tree | dd0be83784c0bdc02e22d6dbbdfa979d13c9c0a8 /packages/linux/linux-handhelds-2.6_2.6.18-hh1.bb | |
parent | 177e5b7476b24b6156fbf50788fcd6f07137897f (diff) |
linux-handhelds-2.6 2.6.18: HH.org was upgraded to 2.6.19, so move "HEAD" defconfigs
to 2.6.18 override dir.
Diffstat (limited to 'packages/linux/linux-handhelds-2.6_2.6.18-hh1.bb')
-rw-r--r-- | packages/linux/linux-handhelds-2.6_2.6.18-hh1.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/linux/linux-handhelds-2.6_2.6.18-hh1.bb b/packages/linux/linux-handhelds-2.6_2.6.18-hh1.bb index b34d4630a0..724971cacb 100644 --- a/packages/linux/linux-handhelds-2.6_2.6.18-hh1.bb +++ b/packages/linux/linux-handhelds-2.6_2.6.18-hh1.bb @@ -5,6 +5,10 @@ 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.18/${MACHINE}:${FILE_DIRNAME}/linux-handhelds-2.6-2.6.18" + SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')} \ file://defconfig" |