diff options
author | Daniel Willmann <daniel@totalueberwachung.de> | 2007-12-23 11:34:37 +0000 |
---|---|---|
committer | Daniel Willmann <daniel@totalueberwachung.de> | 2007-12-23 11:34:37 +0000 |
commit | 504661aa0fc08e8bd47a8409bb61f8e340ba6eaa (patch) | |
tree | 8db73da4fecb77a259fa3435495162ad509e136f /packages/linux/linux-handhelds-2.6_2.6.21-hh18.bb | |
parent | 787f243f097889a2abefcfd8a111bac420c3ed81 (diff) | |
parent | 20e5fbe217c05900868741ec16b09092eaf0830a (diff) |
merge of '7b528e427242c4fc04839c0b8e3f065248b5c0dc'
and 'd8bfa63aa913e7227790ba2d02253cfbecce61ab'
Diffstat (limited to 'packages/linux/linux-handhelds-2.6_2.6.21-hh18.bb')
-rw-r--r-- | packages/linux/linux-handhelds-2.6_2.6.21-hh18.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/linux/linux-handhelds-2.6_2.6.21-hh18.bb b/packages/linux/linux-handhelds-2.6_2.6.21-hh18.bb index b34d4630a0..cb6e7efc13 100644 --- a/packages/linux/linux-handhelds-2.6_2.6.21-hh18.bb +++ b/packages/linux/linux-handhelds-2.6_2.6.21-hh18.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.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" |