From 85a4948d4bb33d9815437f69724a7751d1e1c920 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 14 Mar 2013 21:15:50 +0100 Subject: [PATCH] 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! --- recipes-extra/gpsd/gpsd/sysmobts-v2/gpsd.default | 5 +++++ recipes-extra/gpsd/gpsd_3.7.bb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 recipes-extra/gpsd/gpsd/sysmobts-v2/gpsd.default diff --git a/recipes-extra/gpsd/gpsd/sysmobts-v2/gpsd.default b/recipes-extra/gpsd/gpsd/sysmobts-v2/gpsd.default new file mode 100644 index 0000000..e37c3b5 --- /dev/null +++ b/recipes-extra/gpsd/gpsd/sysmobts-v2/gpsd.default @@ -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" + diff --git a/recipes-extra/gpsd/gpsd_3.7.bb b/recipes-extra/gpsd/gpsd_3.7.bb index 460dc88..a2e7c9e 100644 --- a/recipes-extra/gpsd/gpsd_3.7.bb +++ b/recipes-extra/gpsd/gpsd_3.7.bb @@ -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 \