[oe-commits] : frameworkd: Use GllinChannel for GTA01. Together with gllin version 1.1 (or

OE GIT Trial gittrial at amethyst.openembedded.net
Thu Oct 9 17:42:28 UTC 2008


Module: org.openembedded.dev.git
Branch: org.openembedded.dev
Commit: 64d6ea635a044d7e4b91ef95ad35f54b3288d53e
URL:    http://gitweb.openembedded.net/?p=org.openembedded.dev.git&a=commit;h=64d6ea635a044d7e4b91ef95ad35f54b3288d53e

Author:  <daniel at openembedded.org>
Date:   Wed Oct  8 17:04:54 2008 +0000

frameworkd: Use GllinChannel for GTA01. Together with gllin version 1.1 (or
any initscript in /etc/init.d/gllin) GPS will work out of the box for GTA01.

---

 .../frameworkd/om-gta01/frameworkd.conf            |    4 ++--
 packages/freesmartphone/frameworkd_git.bb          |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/packages/freesmartphone/frameworkd/om-gta01/frameworkd.conf b/packages/freesmartphone/frameworkd/om-gta01/frameworkd.conf
index bc1c1a4..08a9e76 100644
--- a/packages/freesmartphone/frameworkd/om-gta01/frameworkd.conf
+++ b/packages/freesmartphone/frameworkd/om-gta01/frameworkd.conf
@@ -22,8 +22,8 @@ modemtype = ti_calypso
 
 [ogpsd]
 device = NMEADevice
-channel = UDPChannel
-path = 6000
+channel = GllinChannel
+path = /etc/init.d/gllin
 
 [opreferencesd]
 rootdir = ../etc/freesmartphone/opreferences:/etc/freesmartphone/opreferences:/usr/etc/freesmartphone/opreferences
diff --git a/packages/freesmartphone/frameworkd_git.bb b/packages/freesmartphone/frameworkd_git.bb
index 63da1df..56c4cdf 100644
--- a/packages/freesmartphone/frameworkd_git.bb
+++ b/packages/freesmartphone/frameworkd_git.bb
@@ -5,7 +5,7 @@ SECTION = "console/network"
 DEPENDS = "python-cython-native python-pyrex-native"
 LICENSE = "GPL"
 PV = "0.8.3+${PR}-gitr${SRCREV}"
-PR = "r0"
+PR = "r1"
 
 inherit distutils update-rc.d
 





More information about the Openembedded-commits mailing list