add sysmobts-v2 specific GPSD config file

FIXME: this will actually assume a GPS that is indirectly attached
to a GSM Modem which will be handled by openmoko-gsmd and forwarded via
UDP.  However, we might have a GPS receiver attached directly to the
GPS UART in other hardware versions!
This commit is contained in:
Harald Welte 2013-03-14 21:15:50 +01:00
parent b6780a5826
commit 85a4948d4b
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
# If you must specify a non-NMEA driver, uncomment and modify the next line
GPSD_SOCKET="/var/run/gpsd.sock"
GPSD_OPTIONS=""
GPS_DEVICES="udp://127.0.0.1:12345 udp://127.0.0.1:12346"

View File

@ -8,7 +8,7 @@ PROVIDES = "virtual/gpsd"
EXTRANATIVEPATH += "chrpath-native"
PR = "r3.4"
PR = "r3.5"
SRC_URI = "http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz \
file://0002-SConstruct-respect-sysroot-also-in-SPLINTOPTS.patch \