diff options
author | John Klug <john.klug@multitech.com> | 2016-12-14 15:52:13 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2016-12-14 15:52:13 -0600 |
commit | 61c3ea12a2db4803e013343f1681f88d04ba6b47 (patch) | |
tree | b0febd9d1572a4b0087c09fccaa9e07f02d8ee2c /recipes-navigation/gpsd | |
parent | 9002258bfa6cb6cb00f1b804b12028e9806a7951 (diff) | |
download | meta-mlinux-61c3ea12a2db4803e013343f1681f88d04ba6b47.tar.gz meta-mlinux-61c3ea12a2db4803e013343f1681f88d04ba6b47.tar.bz2 meta-mlinux-61c3ea12a2db4803e013343f1681f88d04ba6b47.zip |
Add Conduit GPS devices to GPSD configuration
Diffstat (limited to 'recipes-navigation/gpsd')
-rw-r--r-- | recipes-navigation/gpsd/gpsd/gpsd-default | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-navigation/gpsd/gpsd/gpsd-default b/recipes-navigation/gpsd/gpsd/gpsd-default index 0ceff03..73e1bcc 100644 --- a/recipes-navigation/gpsd/gpsd/gpsd-default +++ b/recipes-navigation/gpsd/gpsd/gpsd-default @@ -1,5 +1,7 @@ # If you must specify a non-NMEA driver, uncomment and modify the next line GPSD_SOCKET="/var/run/gpsd.sock" GPSD_OPTIONS="" -GPS_DEVICES="" + +# Conduit 0.1 GPS devices +GPS_DEVICES="/dev/ttyXRUSB2 /dev/pps0" |