[oe-commits] Angus Ainslie : linux-openmoko-stable : correct kernel version for modprobe

GIT User account git at amethyst.openembedded.net
Thu Apr 23 17:19:58 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 19344e91d9afcb0cb75df0d81f92874861ac4828
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=19344e91d9afcb0cb75df0d81f92874861ac4828

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Thu Apr 23 11:15:51 2009 -0600

linux-openmoko-stable : correct kernel version for modprobe

---

 recipes/linux/linux-openmoko-stable_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/linux/linux-openmoko-stable_git.bb b/recipes/linux/linux-openmoko-stable_git.bb
index 37398ae..7eafae6 100644
--- a/recipes/linux/linux-openmoko-stable_git.bb
+++ b/recipes/linux/linux-openmoko-stable_git.bb
@@ -6,7 +6,7 @@ DESCRIPTION_${PN} = "Linux ${KERNEL_RELEASE} kernel for the Openmoko Neo GSM Sma
 DEFAULT_PREFERENCE = "-1"
 
 KERNEL_RELEASE = "2.6.28"
-KERNEL_VERSION = "${KERNEL_RELEASE}"
+KERNEL_VERSION = "2.6.29-rc2"
 
 OMV = "stable"
 PV = "${KERNEL_RELEASE}-${OMV}+gitr${SRCREV}"





More information about the Openembedded-commits mailing list