summaryrefslogtreecommitdiff
path: root/recipes-navigation/gpsd/gpsd/gpsd_ubx_fixed.sh
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2019-03-15 17:44:37 -0500
committerJohn Klug <john.klug@multitech.com>2019-03-15 17:44:37 -0500
commitc342cb9ecde8b366cdec3e21af87b0e4746d7078 (patch)
treed4ae07fb942bc450335914a57e7d105e458e0130 /recipes-navigation/gpsd/gpsd/gpsd_ubx_fixed.sh
parent4ab23ea883917948fd575ca9dec446af6dee859e (diff)
downloadmeta-mlinux-c342cb9ecde8b366cdec3e21af87b0e4746d7078.tar.gz
meta-mlinux-c342cb9ecde8b366cdec3e21af87b0e4746d7078.tar.bz2
meta-mlinux-c342cb9ecde8b366cdec3e21af87b0e4746d7078.zip
Make gpsd recipe independent of U-Blox and faster time setting with improved gpsd_settime.
Diffstat (limited to 'recipes-navigation/gpsd/gpsd/gpsd_ubx_fixed.sh')
-rwxr-xr-xrecipes-navigation/gpsd/gpsd/gpsd_ubx_fixed.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-navigation/gpsd/gpsd/gpsd_ubx_fixed.sh b/recipes-navigation/gpsd/gpsd/gpsd_ubx_fixed.sh
index a1b59cf..82254c2 100755
--- a/recipes-navigation/gpsd/gpsd/gpsd_ubx_fixed.sh
+++ b/recipes-navigation/gpsd/gpsd/gpsd_ubx_fixed.sh
@@ -1,4 +1,6 @@
#!/bin/bash
+# This script is deprecated.
+# Use gpsd_fixed instead.
# Fix file creation for U-Blox GPS.
# If GPS reaches expected
# fix level, file GSP_FIXFILE is created.
@@ -6,6 +8,7 @@
# and hardware clock, and when
# it is safe to start ntp.
# DEBUG=1 to set debug
+#
NAME=gpsd_ubx_fixed
shopt -s expand_aliases
alias LG=logger\ -t\ ${NAME}