linux/linux-jlime-jornada7xx_2.6.19rc6.bb : Changing S dir to 2.6.18
authorKristoffer Ericson <kristoffer_e1@hotmail.com>
Thu, 23 Nov 2006 16:14:29 +0000 (16:14 +0000)
committerKristoffer Ericson <kristoffer_e1@hotmail.com>
Thu, 23 Nov 2006 16:14:29 +0000 (16:14 +0000)
* 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.

packages/linux/linux-jlime-jornada7xx_2.6.19rc6.bb

index 9768c3f..28cf3e0 100644 (file)
@@ -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