diff options
author | John Klug <john.klug@multitech.com> | 2019-05-03 17:35:19 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-05-03 17:35:19 -0500 |
commit | f7914c714d8e4d7d29b365b8deec8e24b86f0612 (patch) | |
tree | 46b4eccd90349db58453415d290d8df64e4416d1 /recipes-core | |
parent | 4c17d20b3feb24224110ed71a507f5655ef3d4a7 (diff) | |
download | meta-mlinux-f7914c714d8e4d7d29b365b8deec8e24b86f0612.tar.gz meta-mlinux-f7914c714d8e4d7d29b365b8deec8e24b86f0612.tar.bz2 meta-mlinux-f7914c714d8e4d7d29b365b8deec8e24b86f0612.zip |
Copy gpsd-3.16 from mLinux 4.1.9 for better gps initialization
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/images/mlinux-factory-image.bb | 2 | ||||
-rw-r--r-- | recipes-core/images/mlinux-mtrv1-image.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/images/mlinux-factory-image.bb b/recipes-core/images/mlinux-factory-image.bb index 37a6533..a20e64b 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" +IMAGE_INSTALL += "gpsd libgps24 libgps ntp ntp-utils gpspipe gps-utils" IMAGE_INSTALL += "lxfp uvccapture" diff --git a/recipes-core/images/mlinux-mtrv1-image.bb b/recipes-core/images/mlinux-mtrv1-image.bb index ab5c30b..3c10593 100644 --- a/recipes-core/images/mlinux-mtrv1-image.bb +++ b/recipes-core/images/mlinux-mtrv1-image.bb @@ -60,7 +60,7 @@ MISC_FEATURES = "minicom lrzsz nano" # Extra stuff to install IMAGE_INSTALL += "kernel-module-rs9113 rs9113-util rs9113-autostart" -IMAGE_INSTALL += "gpsd libgps ntp ntp-utils gpspipe gps-utils" +IMAGE_INSTALL += "gpsd libgps libgps24 ntp ntp-utils gpspipe gps-utils" IMAGE_INSTALL += " \ ${WIFI_FEATURES} \ |