From 66f179a957823099b9635d1b6a75494d7e50db7a Mon Sep 17 00:00:00 2001 From: Kristoffer Ericson Date: Thu, 23 Nov 2006 16:14:29 +0000 Subject: [PATCH] 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. --- packages/linux/linux-jlime-jornada7xx_2.6.19rc6.bb | 4 ++-- 1 file 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 -- 2.47.2