From: Marcin Juszkiewicz Date: Mon, 1 Feb 2010 17:20:49 +0000 (+0100) Subject: linux 2.6.28: added Nokia N900 support X-Git-Tag: Release-2010-05/1~616 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=506f7841f89c8cd735fdc864c3da8d9601f9ca08;p=openembedded.git linux 2.6.28: added Nokia N900 support Patch made by nokia does not apply to 2.6.28 with stable updates so we redefine whole SRC_URI instead of adding into it. Signed-off-by: Marcin Juszkiewicz --- diff --git a/recipes/linux/linux_2.6.28.bb b/recipes/linux/linux_2.6.28.bb index 05fe815d98..9ab1e1f727 100644 --- a/recipes/linux/linux_2.6.28.bb +++ b/recipes/linux/linux_2.6.28.bb @@ -12,6 +12,7 @@ DEFAULT_PREFERENCE_collie = "1" DEFAULT_PREFERENCE_gamecube = "1" DEFAULT_PREFERENCE_wrap = "1" DEFAULT_PREFERENCE_tx27 = "1" +DEFAULT_PREFERENCE_nokia900 = "1" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2 \ ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.10.bz2;patch=1 \ @@ -70,5 +71,7 @@ SRC_URI_append_tx27 = " \ file://linux-2.6.28-karo4.diff;patch=1 \ " +SRC_URI_nokia900 = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2 \ + http://repository.maemo.org/pool/maemo5.0/free/k/kernel/kernel_2.6.28-20094803.3+0m5.diff.gz;patch=1;name=nokia" S = "${WORKDIR}/linux-2.6.28/"