diff options
author | John Klug <john.klug@multitech.com> | 2017-01-16 13:26:35 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-01-16 13:26:35 -0600 |
commit | c596b231a46cc200dffec292eac1ddfd6f2269ce (patch) | |
tree | b8ecab16a8a37a306446b888cda29e03361abdf5 /recipes-core/images | |
parent | ab5bf7c08e48d5ad18bce04b4d9feb78c7dc5bb6 (diff) | |
download | meta-mlinux-c596b231a46cc200dffec292eac1ddfd6f2269ce.tar.gz meta-mlinux-c596b231a46cc200dffec292eac1ddfd6f2269ce.tar.bz2 meta-mlinux-c596b231a46cc200dffec292eac1ddfd6f2269ce.zip |
ntp requires gps-utils when the GPS is used.
Diffstat (limited to 'recipes-core/images')
-rw-r--r-- | recipes-core/images/mlinux-factory-image.bb | 4 |
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" |