diff options
author | John Klug <john.klug@multitech.com> | 2021-01-14 09:59:40 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2021-01-14 09:59:40 -0600 |
commit | f0b74caa654f1b32bf2e28824c95bacae0239402 (patch) | |
tree | 6b98688950a991cce4e6629397c32c5ce2a60551 /recipes-navigation/gpsd/test | |
parent | cfce803262299cb533d3cb2fd86641d5c8fa4ed4 (diff) | |
download | meta-mlinux-f0b74caa654f1b32bf2e28824c95bacae0239402.tar.gz meta-mlinux-f0b74caa654f1b32bf2e28824c95bacae0239402.tar.bz2 meta-mlinux-f0b74caa654f1b32bf2e28824c95bacae0239402.zip |
Make baud rate setting reliable, and save gpsd reboot test
Diffstat (limited to 'recipes-navigation/gpsd/test')
-rw-r--r-- | recipes-navigation/gpsd/test/README | 10 | ||||
-rw-r--r-- | recipes-navigation/gpsd/test/gpsd-test.tar.gz | bin | 0 -> 712 bytes |
2 files changed, 10 insertions, 0 deletions
diff --git a/recipes-navigation/gpsd/test/README b/recipes-navigation/gpsd/test/README new file mode 100644 index 0000000..18d712f --- /dev/null +++ b/recipes-navigation/gpsd/test/README @@ -0,0 +1,10 @@ +Install the test in the root file system +of a device with ntp and gpsd installed. +ntp must be configured to use gpsd as +the time source. + +cd / +sudo tar -xf /tmp/gpsd-test.tar.gz + +See /usr/share/gpsd-test/README for more +details. diff --git a/recipes-navigation/gpsd/test/gpsd-test.tar.gz b/recipes-navigation/gpsd/test/gpsd-test.tar.gz Binary files differnew file mode 100644 index 0000000..4d74be3 --- /dev/null +++ b/recipes-navigation/gpsd/test/gpsd-test.tar.gz |