diff options
author | John Klug <john.klug@multitech.com> | 2017-01-16 09:59:56 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-01-16 09:59:56 -0600 |
commit | ab5bf7c08e48d5ad18bce04b4d9feb78c7dc5bb6 (patch) | |
tree | 367d4cd0f5a313193b838b082765805462c33a6a /recipes-core | |
parent | a439b62e1e91fbb6822e0e4a5b3714bd2e28b969 (diff) | |
download | meta-mlinux-ab5bf7c08e48d5ad18bce04b4d9feb78c7dc5bb6.tar.gz meta-mlinux-ab5bf7c08e48d5ad18bce04b4d9feb78c7dc5bb6.tar.bz2 meta-mlinux-ab5bf7c08e48d5ad18bce04b4d9feb78c7dc5bb6.zip |
Add ntp to the mLinux factory image
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 6ce05ab..d7e9e55 100644 --- a/recipes-core/images/mlinux-factory-image.bb +++ b/recipes-core/images/mlinux-factory-image.bb @@ -80,6 +80,6 @@ IMAGE_INSTALL += "sms-utils" # Multi-Tech GPS Utility IMAGE_INSTALL += "venus-gps" IMAGE_INSTALL += "pps-tools" -IMAGE_INSTALL += "gpsd" +IMAGE_INSTALL += "gpsd ntp" IMAGE_INSTALL += "uvccapture" |