From: Kristoffer Ericson Date: Thu, 23 Nov 2006 16:14:29 +0000 (+0000) Subject: linux/linux-jlime-jornada7xx_2.6.19rc6.bb : Changing S dir to 2.6.18 X-Git-Tag: Release-2010-05/1~9453^2~316 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66f179a957823099b9635d1b6a75494d7e50db7a;p=openembedded.git 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. --- 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