From 6ecba6f72f433b144a28140e4d4c0a293ed9d2ee Mon Sep 17 00:00:00 2001 From: John Klug Date: Mon, 16 Jan 2017 18:01:37 -0600 Subject: Remove unneeded GPS_NUM --- recipes-navigation/gpsd/gpsd/gpsd | 4 ---- recipes-navigation/gpsd/gpsd/gpsd-default | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'recipes-navigation') diff --git a/recipes-navigation/gpsd/gpsd/gpsd b/recipes-navigation/gpsd/gpsd/gpsd index 257728d..857c561 100755 --- a/recipes-navigation/gpsd/gpsd/gpsd +++ b/recipes-navigation/gpsd/gpsd/gpsd @@ -46,10 +46,6 @@ if [ -n "$GPSD_SOCKET" ]; then GPSD_OPTIONS="$GPSD_OPTIONS -F $GPSD_SOCKET" fi -if ! [[ -L /dev/gps${GPS_NUM} ]] ; then - ln -s $GPS_LINE /dev/gps${GPS_NUM} -fi - # # Function that starts the daemon/service # diff --git a/recipes-navigation/gpsd/gpsd/gpsd-default b/recipes-navigation/gpsd/gpsd/gpsd-default index 9928143..f9c1bec 100644 --- a/recipes-navigation/gpsd/gpsd/gpsd-default +++ b/recipes-navigation/gpsd/gpsd/gpsd-default @@ -3,7 +3,7 @@ GPSD_OPTIONS="-n -D 1" # Conduit 0.1 GPS devices GPS_LINE=/dev/ttyXRUSB2 -GPS_NUM=0 + # Highest speed permitted by uBlox. GPS_BAUD=115200 GPS_DEVICES="$GPS_LINE /dev/pps0" -- cgit v1.2.3