diff options
author | John Klug <john.klug@multitech.com> | 2023-05-12 15:10:06 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2023-05-24 16:37:34 -0500 |
commit | 20c09a5937bec9f989cad1739d7593397a351382 (patch) | |
tree | 96472dce2a4cb794e56700a508f7012a81a7e1eb | |
parent | 26982b59a0191f4e4f0b404c8a056288ab36c70b (diff) | |
download | meta-mlinux-atmel-mlinux-6.3.0.tar.gz meta-mlinux-atmel-mlinux-6.3.0.tar.bz2 meta-mlinux-atmel-mlinux-6.3.0.zip |
pps test command for MTCDTIP2mlinux-6.3.06.3.0
-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 e685b47..9255b28 100644 --- a/recipes-core/images/mlinux-mtcap-commissioning-image.bb +++ b/recipes-core/images/mlinux-mtcap-commissioning-image.bb @@ -15,4 +15,5 @@ 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 python3-pygps-pyc" +IMAGE_INSTALL_append = " pps-tools" ROOTFS_POSTPROCESS_COMMAND_remove = "mlinux_set_root_password;" |