summaryrefslogtreecommitdiff
path: root/recipes-navigation
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2016-12-20 17:29:13 -0600
committerJohn Klug <john.klug@multitech.com>2016-12-20 17:29:13 -0600
commite063f8d5e8f45acf71c62c367fc483a6ad293f7c (patch)
tree58dcf7df48ed9a7bcebf07c24655694e1fc9631d /recipes-navigation
parent29d9d49e75f3371413efce6b67a850d1a54b3bea (diff)
downloadmeta-mlinux-e063f8d5e8f45acf71c62c367fc483a6ad293f7c.tar.gz
meta-mlinux-e063f8d5e8f45acf71c62c367fc483a6ad293f7c.tar.bz2
meta-mlinux-e063f8d5e8f45acf71c62c367fc483a6ad293f7c.zip
Add gpsd -n option to get it to start immediately
Diffstat (limited to 'recipes-navigation')
-rw-r--r--recipes-navigation/gpsd/gpsd/gpsd-default2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-navigation/gpsd/gpsd/gpsd-default b/recipes-navigation/gpsd/gpsd/gpsd-default
index 73e1bcc..0aa95d4 100644
--- a/recipes-navigation/gpsd/gpsd/gpsd-default
+++ b/recipes-navigation/gpsd/gpsd/gpsd-default
@@ -1,6 +1,6 @@
# If you must specify a non-NMEA driver, uncomment and modify the next line
GPSD_SOCKET="/var/run/gpsd.sock"
-GPSD_OPTIONS=""
+GPSD_OPTIONS="-n -D 1"
# Conduit 0.1 GPS devices
GPS_DEVICES="/dev/ttyXRUSB2 /dev/pps0"