[oe-commits] org.oe.dev libgsmd: hack around bug where the kernel console is pointed to the gsm modem

koen commit openembedded-commits at lists.openembedded.org
Tue Mar 20 15:06:27 UTC 2007


libgsmd: hack around bug where the kernel console is pointed to the gsm modem

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 7b0d8ae86dfa78df6d7b1d19f63e5031cc5f37f7
ViewMTN: http://monotone.openembedded.org/revision.psp?id=7b0d8ae86dfa78df6d7b1d19f63e5031cc5f37f7
Files:
1
packages/gsm/files/gsmd
packages/gsm/libgsmd_svn.bb
Diffs:

#
# mt diff -r06f7b5ede661db2aaad186e88a88137ab6090848 -r7b0d8ae86dfa78df6d7b1d19f63e5031cc5f37f7
#
# 
# 
# patch "packages/gsm/files/gsmd"
#  from [a0a905b0ddd5eec14184f034531c84712eb7be84]
#    to [1a9632c2dd0019ebccb7affd4846849265b9bc6a]
# 
# patch "packages/gsm/libgsmd_svn.bb"
#  from [11f10fe27d6e79355d45b072796f293019e90ff8]
#    to [5f41ffe8121ab5958d71f6d48e523d2a11be73f2]
# 
============================================================
--- packages/gsm/files/gsmd	a0a905b0ddd5eec14184f034531c84712eb7be84
+++ packages/gsm/files/gsmd	1a9632c2dd0019ebccb7affd4846849265b9bc6a
@@ -18,6 +18,10 @@ start() {
 start() {
 	# FIXME add check whether GSM_POW is set at all, otherwise don't try to power on
 	# Power on GSM device
+	
+	# Hack for broken uboot and/or kernel on the neo1973
+	dmesg -n1
+
 	if [ -e "${GSM_POW}" ]
 	then
 		echo -n "Powering up GSM device..."
============================================================
--- packages/gsm/libgsmd_svn.bb	11f10fe27d6e79355d45b072796f293019e90ff8
+++ packages/gsm/libgsmd_svn.bb	5f41ffe8121ab5958d71f6d48e523d2a11be73f2
@@ -1,10 +1,10 @@ PV = "0.0+svn${SRCDATE}"
 DESCRIPTION = "GSM libraries and daemons implementing the 07.10 specification"
 HOMEPAGE = "http://www.openmoko.org"
 LICENSE = "GPL"
 SECTION = "libs/gsm"
 PROVIDES += "gsmd"
 PV = "0.0+svn${SRCDATE}"
-PR = "r6"
+PR = "r7"
 
 SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gsm;proto=http \
            file://gsmd \






More information about the Openembedded-commits mailing list