diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2010-02-01 18:20:49 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2010-02-01 18:22:26 +0100 |
commit | 506f7841f89c8cd735fdc864c3da8d9601f9ca08 (patch) | |
tree | a6c12e89a1f468ff42b90c78b0defe615a575745 /recipes | |
parent | cc735a4fa20c2829d187eacc7dd5b943e1132265 (diff) |
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 <marcin@juszkiewicz.com.pl>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/linux/linux_2.6.28.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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/" |