diff options
author | John Klug <john.klug@multitech.com> | 2019-02-28 22:39:51 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-07-03 17:08:20 -0500 |
commit | 5094447a35fd2163f76f0027ca0cd89e0e3cdfff (patch) | |
tree | 2ff0c437bdbca53f1693272e301638c200a1489a /recipes-core/images | |
parent | af202dc07bea4b872aa5ceb491df65320645b83e (diff) | |
download | meta-mlinux-5094447a35fd2163f76f0027ca0cd89e0e3cdfff.tar.gz meta-mlinux-5094447a35fd2163f76f0027ca0cd89e0e3cdfff.tar.bz2 meta-mlinux-5094447a35fd2163f76f0027ca0cd89e0e3cdfff.zip |
Elminate gpsd-udev from image
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 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" |