summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2021-04-01 12:36:48 -0500
committerJohn Klug <john.klug@multitech.com>2021-06-22 11:00:26 -0500
commit1955cc67b35f422f2eee0482352da20d8d9458f3 (patch)
tree7e5be55a2b14b243ff9c36d3224b5dd666005cc3
parentbad483f38e2d6113307f4db277eabbf578ba43a6 (diff)
downloadmeta-mlinux-atmel-1955cc67b35f422f2eee0482352da20d8d9458f3.tar.gz
meta-mlinux-atmel-1955cc67b35f422f2eee0482352da20d8d9458f3.tar.bz2
meta-mlinux-atmel-1955cc67b35f422f2eee0482352da20d8d9458f3.zip
Add gpsd to the mtcap commissioning image
-rw-r--r--recipes-core/images/mlinux-mtcap-commissioning-image.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-core/images/mlinux-mtcap-commissioning-image.bb b/recipes-core/images/mlinux-mtcap-commissioning-image.bb
index b1edd03..1a86488 100644
--- a/recipes-core/images/mlinux-mtcap-commissioning-image.bb
+++ b/recipes-core/images/mlinux-mtcap-commissioning-image.bb
@@ -14,4 +14,5 @@ LIGHTTPD = "lighttpd \
IMAGE_INSTALL += "${LIGHTTPD}"
IMAGE_INSTALL_append = " commissioning commissioning-php-fpm"
IMAGE_INSTALL_remove = "useradd"
+IMAGE_INSTALL_append = " gpsd gpsd-conf gpsd-gpsctl libgps ntp ntp-utils gpspipe gps-utils"
ROOTFS_POSTPROCESS_COMMAND_remove = "mlinux_set_root_password;"