diff options
| author | John Klug <john.klug@multitech.com> | 2021-04-01 12:36:48 -0500 |
|---|---|---|
| committer | John Klug <john.klug@multitech.com> | 2021-04-01 12:36:48 -0500 |
| commit | 1a9c2c3e761906ce0122e9bb25aa1e1fe2cbff3b (patch) | |
| tree | 0279f325276e24205e8bb8ecc70237f42e154c13 | |
| parent | e8c91e9bf4e409801adc66c55e8460a9a8709703 (diff) | |
| download | meta-mlinux-atmel-1a9c2c3e761906ce0122e9bb25aa1e1fe2cbff3b.tar.gz meta-mlinux-atmel-1a9c2c3e761906ce0122e9bb25aa1e1fe2cbff3b.tar.bz2 meta-mlinux-atmel-1a9c2c3e761906ce0122e9bb25aa1e1fe2cbff3b.zip | |
Add gpsd to the mtcap commissioning image
| -rw-r--r-- | recipes-core/images/mlinux-mtcap-commissioning-image.bb | 1 |
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;" |
