[oe] [PATCH] linux: 2.6.36 recipe update for gms machine.

Igor Plyatov plyatov at gmail.com
Mon Dec 6 10:25:07 UTC 2010


The gms machine added into the linux-2.6.36 recipe.

Signed-off-by: Igor Plyatov <plyatov at gmail.com>
---
 recipes/linux/linux_2.6.36.bb |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/recipes/linux/linux_2.6.36.bb b/recipes/linux/linux_2.6.36.bb
index 10692b9..a1da17c 100644
--- a/recipes/linux/linux_2.6.36.bb
+++ b/recipes/linux/linux_2.6.36.bb
@@ -1,11 +1,12 @@
 require linux.inc
 
-PR = "r2"
+PR = "r3"
 
 # Mark archs/machines that this kernel supports
 DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_mx31ads = "1"
 DEFAULT_PREFERENCE_ts72xx = "1"
+DEFAULT_PREFERENCE_gms = "1"
 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/${P}.tar.bz2;name=kernel \
            ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.1.bz2;apply=yes;name=stablepatch \
@@ -37,6 +38,11 @@ SRC_URI_append_ts72xx = " \
 	file://0024-ts72xx-add-GPIO-keys.patch \
 	"
 
+SRC_URI_append_gms = " \
+    file://0001-stamp9g20gms.patch \
+    file://0002-Makefile.patch \
+	"
+
 SRC_URI[kernel.md5sum] = "61f3739a73afb6914cb007f37fb09b62"
 SRC_URI[kernel.sha256sum] = "15a076d1a435a6bf8e92834eba4b390b4ec094ce06d47f89d071ca9e5788ce04"
 SRC_URI[stablepatch.md5sum] = "dd38a6caf08df2822f93541ee95aed7d"
-- 
1.7.0.4





More information about the Openembedded-devel mailing list