diff options
author | Patrick Murphy <Patrick.Murphy@multitech.com> | 2020-06-09 08:48:48 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-06-18 20:22:08 -0500 |
commit | ba50214f812aed30cc62a17ad56a3a299a1411b7 (patch) | |
tree | 6bcb92fcb6d990c807c330146837f7eff6cfa875 /recipes-core | |
parent | ef0acc34f49ec143e719c850e134de91821f9783 (diff) | |
download | meta-mlinux-ba50214f812aed30cc62a17ad56a3a299a1411b7.tar.gz meta-mlinux-ba50214f812aed30cc62a17ad56a3a299a1411b7.tar.bz2 meta-mlinux-ba50214f812aed30cc62a17ad56a3a299a1411b7.zip |
lighttpd in mtcap commissioning
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/images/mlinux-mtcap-commissioning-image.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-core/images/mlinux-mtcap-commissioning-image.bb b/recipes-core/images/mlinux-mtcap-commissioning-image.bb index 9e933b1..4259cfa 100644 --- a/recipes-core/images/mlinux-mtcap-commissioning-image.bb +++ b/recipes-core/images/mlinux-mtcap-commissioning-image.bb @@ -1,7 +1,17 @@ require mlinux-mtcap-image.bb DESCRIPTION = "mtcap image with commissioning support" +LIGHTTPD = "lighttpd \ + lighttpd-module-cgi lighttpd-module-indexfile \ + lighttpd-module-redirect lighttpd-module-auth \ + lighttpd-module-access lighttpd-module-accesslog \ + lighttpd-module-rewrite lighttpd-module-proxy lighttpd-module-fastcgi \ + lighttpd-module-scgi lighttpd-module-alias \ + lighttpd-module-dirlisting lighttpd-module-staticfile \ + + #install +IMAGE_INSTALL += "${LIGHTTPD}" IMAGE_INSTALL_append = " commissioning commissioning-php-fpm" IMAGE_INSTALL_remove = "useradd" ROOTFS_POSTPROCESS_COMMAND_remove = "mlinux_set_root_password;" |