mirror of
https://git.yoctoproject.org/poky
synced 2026-03-16 04:09:39 +01:00
libgsmd: add device configuration for omap3430-ldp
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5015 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user