Skip to content

bitbake apache2 + mono + libapache2-mod-mono server using yocto system

License

Notifications You must be signed in to change notification settings

insung/mono-server-yocto

Repository files navigation

mono-server-yocto

bitbake apache2 + mono + libapache2-mod-mono server using yocto system

Usage

  1. install mono complete package
$ sudo apt-get install mono-complete libapache2-mod-mono apache2
  1. modify IMAGE_INSTALL_append = " mono mono-xsp"
$ vi {build-home}/conf/local.conf
  1. bikbake for apache2 + mono
$ source oe-init-build-env
$ bitbake core-image-full-cmdline
  1. or bitbake full mono features
$ bitbake image-full-mono
  1. bitbake libapache2-mod-mono
$ bitbake apache-mod-mono

Version

  • mono : 4.6.2.16
  • mono-xsp : 4.4
  • mod_mono : 3.12

References

[sources]

yocto layer index : https://layers.openembedded.org/layerindex/branch/master/layers/
meta-mono : https://github.com/insung/meta-mono.git
meta-openembedded : https://github.com/openembedded/meta-openembedded

mono source : https://github.com/mono/mono
mod_mono : https://github.com/mono/mod_mono
mono fastcgi server : https://github.com/xplicit/HyperFastCgi
apache websocket : https://github.com/jchampio/apache-websocket

[mod_mono doc]

mod_mono : http://www.mono-project.com/docs/web/mod_mono/

About

bitbake apache2 + mono + libapache2-mod-mono server using yocto system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published