[oe-commits] Florian Boor : linux: 2.6.26 Add inital support for Topas910, we' ll add a better kernel later.

GIT User account git at amethyst.openembedded.net
Wed Apr 22 11:05:15 UTC 2009


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

Author: Florian Boor <florian.boor at kernelconcepts.de>
Date:   Wed Apr 22 12:58:54 2009 +0200

linux: 2.6.26 Add inital support for Topas910, we'll add a better kernel later.

---

 recipes/linux/linux_2.6.26.bb |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/recipes/linux/linux_2.6.26.bb b/recipes/linux/linux_2.6.26.bb
index ff4ced7..53d5557 100644
--- a/recipes/linux/linux_2.6.26.bb
+++ b/recipes/linux/linux_2.6.26.bb
@@ -1,12 +1,14 @@
 require linux.inc
 
-PR = "r8"
+PR = "r9"
 
 # Mark archs/machines that this kernel supports
 DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_boc01 = "1"
 DEFAULT_PREFERENCE_mpc8313e-rdb = "1"
 DEFAULT_PREFERENCE_canyonlands = "1"
+DEFAULT_PREFERENCE_topas910 = "1"
+
 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.26.tar.bz2 \
            file://defconfig"
@@ -34,6 +36,9 @@ SRC_URI_append_mpc8313e-rdb = "\
 	file://mpc8313e-rdb-eth-fixed.patch;patch=1 \
 	"
 
+SRC_URI_append_topas910 = " ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-2.6.26.5.bz2;patch=1 \
+                            http://www.bplan-gmbh.org/data/toshiba/topas/linux/2.6.26.5/patch_2.6.26.5_topas910.bz2;patch=1"
+
 # see http://bugzilla.kernel.org/show_bug.cgi?id=11143
 do_stage_append() {
 	if [ -f arch/${ARCH}/lib/crtsavres.o ]; then





More information about the Openembedded-commits mailing list