summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2019-01-30 18:46:22 -0600
committerJohn Klug <john.klug@multitech.com>2019-01-30 18:46:22 -0600
commit5fd132f1be8328c48c8a7ca6287f6cc482164d32 (patch)
tree3ead8e5d1f540251da0dc9d9cd761191121a81cd
parentcbcf2f937f36afd3d4b8baa9d0f8020a5c595237 (diff)
downloadmeta-mlinux-5fd132f1be8328c48c8a7ca6287f6cc482164d32.tar.gz
meta-mlinux-5fd132f1be8328c48c8a7ca6287f6cc482164d32.tar.bz2
meta-mlinux-5fd132f1be8328c48c8a7ca6287f6cc482164d32.zip
gpsd-udev can create a 2nd GPSD with some radios. Remove from factory image
-rw-r--r--recipes-core/images/mlinux-factory-image.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/images/mlinux-factory-image.bb b/recipes-core/images/mlinux-factory-image.bb
index c57f0a2..37a6533 100644
--- a/recipes-core/images/mlinux-factory-image.bb
+++ b/recipes-core/images/mlinux-factory-image.bb
@@ -92,6 +92,6 @@ IMAGE_INSTALL += "pps-tools"
IMAGE_INSTALL += "dnsmasq bluez5-pand bluez5-rfcomm"
# When ntp is to use the GPS, gps-utils is required
-IMAGE_INSTALL += "gpsd libgps ntp ntp-utils gpspipe gps-utils gpsd-udev"
+IMAGE_INSTALL += "gpsd libgps ntp ntp-utils gpspipe gps-utils"
IMAGE_INSTALL += "lxfp uvccapture"