diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-03-07 03:51:44 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-03-07 03:51:44 +0000 |
commit | f704c9134c4ba143cfa8fa058ed185292effd52d (patch) | |
tree | 1f19508eb9dd423b4b1d0151a054a2efd707ceef /packages/linux/linux-handhelds-2.6_2.6.19-hh11.bb | |
parent | 95ab40dfc8bbb89f1579b5b5e2167459c97fcf8f (diff) |
linux-handhelds-2.6 2.6.19: 2.6.19 moved to branch, trunk is 2.6.20 now.
Diffstat (limited to 'packages/linux/linux-handhelds-2.6_2.6.19-hh11.bb')
-rw-r--r-- | packages/linux/linux-handhelds-2.6_2.6.19-hh11.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/linux/linux-handhelds-2.6_2.6.19-hh11.bb b/packages/linux/linux-handhelds-2.6_2.6.19-hh11.bb index ec5844bfb5..77f55415ba 100644 --- a/packages/linux/linux-handhelds-2.6_2.6.19-hh11.bb +++ b/packages/linux/linux-handhelds-2.6_2.6.19-hh11.bb @@ -5,6 +5,10 @@ PR = "r1" 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.19/${MACHINE}:${FILE_DIRNAME}/linux-handhelds-2.6-2.6.19" + SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')} \ file://defconfig" |