summaryrefslogtreecommitdiff
path: root/recipes-core
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2017-01-16 17:29:12 -0600
committerJohn Klug <john.klug@multitech.com>2017-01-16 17:29:12 -0600
commitbb46a5f01f16f8517f0daa2469b53e35a178b770 (patch)
tree2a34456f845463f809ce6d5cc1e87be10ec956d6 /recipes-core
parentc596b231a46cc200dffec292eac1ddfd6f2269ce (diff)
downloadmeta-mlinux-atmel-bb46a5f01f16f8517f0daa2469b53e35a178b770.tar.gz
meta-mlinux-atmel-bb46a5f01f16f8517f0daa2469b53e35a178b770.tar.bz2
meta-mlinux-atmel-bb46a5f01f16f8517f0daa2469b53e35a178b770.zip
Have udev create /dev/gps0
Diffstat (limited to 'recipes-core')
-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 f8a395d..710ebf7 100644
--- a/recipes-core/images/mlinux-factory-image.bb
+++ b/recipes-core/images/mlinux-factory-image.bb
@@ -82,6 +82,6 @@ IMAGE_INSTALL += "venus-gps"
IMAGE_INSTALL += "pps-tools"
# When ntp is to use the GPS, gps-utils is required
-IMAGE_INSTALL += "gpsd ntp gps-utils"
+IMAGE_INSTALL += "gpsd ntp gps-utils gpsd-udev"
IMAGE_INSTALL += "uvccapture"