diff options
author | John Klug <john.klug@multitech.com> | 2017-01-16 17:29:12 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-01-16 17:29:12 -0600 |
commit | bb46a5f01f16f8517f0daa2469b53e35a178b770 (patch) | |
tree | 2a34456f845463f809ce6d5cc1e87be10ec956d6 /recipes-core/images | |
parent | c596b231a46cc200dffec292eac1ddfd6f2269ce (diff) | |
download | meta-mlinux-bb46a5f01f16f8517f0daa2469b53e35a178b770.tar.gz meta-mlinux-bb46a5f01f16f8517f0daa2469b53e35a178b770.tar.bz2 meta-mlinux-bb46a5f01f16f8517f0daa2469b53e35a178b770.zip |
Have udev create /dev/gps0
Diffstat (limited to 'recipes-core/images')
-rw-r--r-- | recipes-core/images/mlinux-factory-image.bb | 2 |
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" |