]> code.ossystems Code Review - openembedded-core.git/commitdiff
libgsmd: add device configuration for omap3430-ldp
authorRoss Burton <ross@openedhand.com>
Mon, 4 Aug 2008 13:40:11 +0000 (13:40 +0000)
committerRoss Burton <ross@openedhand.com>
Mon, 4 Aug 2008 13:40:11 +0000 (13:40 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5015 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/gsm/files/default
meta/packages/gsm/gsmd.inc

index cf36460fac866fab4f53ec45457816b03a07d8ce..da5fe2bdced4e8a36b4a919ba587f31524ade251 100644 (file)
@@ -35,6 +35,10 @@ case `machine_id` in
                 GSMD_OPTS="-s 115200 -F -v ti"
                 GSM_DEV="/dev/mux0"
                 ;;
+        "omap3430_ldp_board")
+                GSMD_OPTS="-s 460800 -F"
+                GSM_DEV="/dev/ttyS0"
+                ;;
        *)
                # Unknown board
 
index ac341ed7cec7b653935a1a38459a59ef358e8120..7b037bd06f31ca62c8db266c008402a3e1473613 100644 (file)
@@ -5,7 +5,7 @@ SECTION = "libs/gsm"
 PROVIDES += "gsmd"
 RPROVIDES_${PN} = "libgsmd0 libgsmd gsmd gsmd-devel"
 PV = "0.1+svnr${SRCREV}"
-PR = "r45"
+PR = "r46"
 
 SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gsm;proto=http \
            file://fix_machine_init.patch;patch=1 \