diff options
author | John Klug <john.klug@multitech.com> | 2016-12-20 17:29:13 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2016-12-20 17:29:13 -0600 |
commit | e063f8d5e8f45acf71c62c367fc483a6ad293f7c (patch) | |
tree | 58dcf7df48ed9a7bcebf07c24655694e1fc9631d /recipes-navigation | |
parent | 29d9d49e75f3371413efce6b67a850d1a54b3bea (diff) | |
download | meta-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-default | 2 |
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" |