[oe-commits] Marcin Juszkiewicz : linux 2.6.28: added Nokia N900 support

git version control git at git.openembedded.org
Mon Feb 1 17:22:51 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 506f7841f89c8cd735fdc864c3da8d9601f9ca08
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=506f7841f89c8cd735fdc864c3da8d9601f9ca08

Author: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>
Date:   Mon Feb  1 18:20:49 2010 +0100

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 at juszkiewicz.com.pl>

---

 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 05fe815..9ab1e1f 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/"





More information about the Openembedded-commits mailing list