[oe-commits] Marco Cavallini : Added linux version recipes/linux/linux_2.6.29. bb for taskit Stamp9G20 Evaluation Board

git version control git at git.openembedded.org
Mon Jul 13 15:11:55 UTC 2009


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

Author: Marco Cavallini <m.cavallini at koansoftware.com>
Date:   Mon Jul 13 17:09:02 2009 +0200

Added linux version recipes/linux/linux_2.6.29.bb for taskit Stamp9G20 Evaluation Board
  * based on a patch from http://www.armbedded.eu/documentation
  * bump PR

---

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

diff --git a/recipes/linux/linux_2.6.29.bb b/recipes/linux/linux_2.6.29.bb
index f1733ea..275baf9 100644
--- a/recipes/linux/linux_2.6.29.bb
+++ b/recipes/linux/linux_2.6.29.bb
@@ -1,6 +1,6 @@
 require linux.inc
 
-PR = "r7"
+PR = "r8"
 
 S = "${WORKDIR}/linux-2.6.29"
 
@@ -16,6 +16,7 @@ DEFAULT_PREFERENCE_ep93xx = "1"
 DEFAULT_PREFERENCE_cm-x270 = "1"
 DEFAULT_PREFERENCE_at2440evb = "1"
 DEFAULT_PREFERENCE_tqm8540 = "1"
+DEFAULT_PREFERENCE_stamp9g20evb = "1"
 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.29.tar.bz2 \
            file://defconfig"
@@ -66,5 +67,9 @@ SRC_URI_append_cm-x270 = "\
 	file://0003-cm-x2xx.c-add-support-for-sharp-VGA-display-panel.patch;patch=1 \
 	"	
 
+SRC_URI_append_stamp9g20evb = " \
+    file://stamp9g20.patch;patch=1 \
+    "
+
 CMDLINE_cm-x270 = "console=${CMX270_CONSOLE_SERIAL_PORT},38400 monitor=8 bpp=16 mem=64M mtdparts=physmap-flash.0:256k(boot)ro,0x180000(kernel),0x230000(root),-(config);cm-x270-nand:64m(app),-(data) rdinit=/sbin/init root=mtd4 rootfstype=jffs2"
 





More information about the Openembedded-commits mailing list