diff options
author | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2006-11-23 16:14:29 +0000 |
---|---|---|
committer | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2006-11-23 16:14:29 +0000 |
commit | 66f179a957823099b9635d1b6a75494d7e50db7a (patch) | |
tree | 4ebd7cd218e9f84e0cf3dbe3735734f7d61b1273 /packages/linux | |
parent | ac4595fb267600a1c391d323b616af03ce152c1b (diff) |
linux/linux-jlime-jornada7xx_2.6.19rc6.bb : Changing S dir to 2.6.18
* Since we are using 2.6.18 sources and patching them up to
2.6.19rc6, we should use 2.6.18 as S dir (instead of 2.6.19rc6)
so the patching works.
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-jlime-jornada7xx_2.6.19rc6.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-jlime-jornada7xx_2.6.19rc6.bb b/packages/linux/linux-jlime-jornada7xx_2.6.19rc6.bb index 9768c3f8f5..28cf3e08c0 100644 --- a/packages/linux/linux-jlime-jornada7xx_2.6.19rc6.bb +++ b/packages/linux/linux-jlime-jornada7xx_2.6.19rc6.bb @@ -8,10 +8,10 @@ COMPATIBLE_MACHINE = "jornada7xx" SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.18.tar.gz \ http://www.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.19-rc6.bz2;patch=1 \ - file://jornada7xx-2.6.19rc6.patch;patch=0 \ + file://jornada7xx.patch;patch=0 \ file://defconf_jlime " -S = "${WORKDIR}/linux-${PV}" +S = "${WORKDIR}/linux-2.6.18" inherit kernel |