diff options
author | John Klug <john.klug@multitech.com> | 2020-09-18 16:17:34 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-09-18 16:17:34 -0500 |
commit | 8431f95bd516d7c8195dddbcec9963c80d890535 (patch) | |
tree | 5d10da32124ece5d547720e587e121f8fd159273 | |
parent | 6a985a16552d0083c62ae83b63d6cfe2705c9c57 (diff) | |
download | meta-mlinux-atmel-8431f95bd516d7c8195dddbcec9963c80d890535.tar.gz meta-mlinux-atmel-8431f95bd516d7c8195dddbcec9963c80d890535.tar.bz2 meta-mlinux-atmel-8431f95bd516d7c8195dddbcec9963c80d890535.zip |
Add gpsd and ntp to MTCAP test image
-rw-r--r-- | recipes-core/images/mlinux-mtcap-test-image.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-core/images/mlinux-mtcap-test-image.bb b/recipes-core/images/mlinux-mtcap-test-image.bb index 57808cf..3b97329 100644 --- a/recipes-core/images/mlinux-mtcap-test-image.bb +++ b/recipes-core/images/mlinux-mtcap-test-image.bb @@ -76,6 +76,8 @@ MISC_FEATURES = "minicom lrzsz nano uxfp" # Someday add wifi features # ${WIFI_FEATURES} # +IMAGE_INSTALL_append = " gpsd libgps libgps24 ntp ntp-utils gpspipe gps-utils" + IMAGE_INSTALL += " \ ${FILESYSTEM_FEATURES} \ ${TIME_FEATURES} \ |