diff options
author | John Klug <john.klug@multitech.com> | 2017-01-17 09:19:24 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-01-17 09:19:24 -0600 |
commit | 2252f387635dc75042201d2a4bda1a9bd387c696 (patch) | |
tree | f60f8d00394fba1bc361b113bfba7a6aeea47a8e /recipes-core | |
parent | 6ecba6f72f433b144a28140e4d4c0a293ed9d2ee (diff) | |
download | meta-mlinux-2252f387635dc75042201d2a4bda1a9bd387c696.tar.gz meta-mlinux-2252f387635dc75042201d2a4bda1a9bd387c696.tar.bz2 meta-mlinux-2252f387635dc75042201d2a4bda1a9bd387c696.zip |
ntp-utils needed to verify ntpd operation.
Diffstat (limited to 'recipes-core')
-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 710ebf7..b8d2676 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 gpsd-udev" +IMAGE_INSTALL += "gpsd ntp ntp-utils gps-utils gpsd-udev" IMAGE_INSTALL += "uvccapture" |