summaryrefslogtreecommitdiff
path: root/recipes-core/images
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/images')
-rw-r--r--recipes-core/images/mlinux-factory-image.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-core/images/mlinux-factory-image.bb b/recipes-core/images/mlinux-factory-image.bb
index d7e9e55..f8a395d 100644
--- a/recipes-core/images/mlinux-factory-image.bb
+++ b/recipes-core/images/mlinux-factory-image.bb
@@ -80,6 +80,8 @@ IMAGE_INSTALL += "sms-utils"
# Multi-Tech GPS Utility
IMAGE_INSTALL += "venus-gps"
IMAGE_INSTALL += "pps-tools"
-IMAGE_INSTALL += "gpsd ntp"
+
+# When ntp is to use the GPS, gps-utils is required
+IMAGE_INSTALL += "gpsd ntp gps-utils"
IMAGE_INSTALL += "uvccapture"