From ce7d41126274594a2ac23849f665fb721fd81fc3 Mon Sep 17 00:00:00 2001 From: Marco Cavallini Date: Mon, 13 Jul 2009 17:09:02 +0200 Subject: 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 file changed, 6 insertions(+), 1 deletion(-) diff --git a/recipes/linux/linux_2.6.29.bb b/recipes/linux/linux_2.6.29.bb index f1733ea197..275baf97ea 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" -- cgit 1.2.3-korg