README 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. meta-webserver
  2. ==============
  3. This layer provides support for building web servers, web-based
  4. applications and related software.
  5. Dependencies
  6. ------------
  7. This layer depends on:
  8. URI: git://github.com/openembedded/oe-core.git
  9. subdirectory: meta
  10. branch: master
  11. revision: HEAD
  12. For some recipes, the meta-oe layer is required:
  13. URI: git://github.com/openembedded/meta-oe.git
  14. subdirectory: meta-oe
  15. branch: master
  16. revision: HEAD
  17. Layout
  18. ------
  19. recipes-httpd/ Web servers
  20. recipes-php/ PHP applications
  21. recipes-support/ Miscellaneous support recipes
  22. recipes-webadmin/ Standalone web administration interfaces
  23. Notes
  24. -----
  25. * This layer used to provide a modphp recipe that built mod_php, but
  26. this is now built as part of the php recipe in meta-oe. However, since
  27. apache2 is required to build mod_php, and apache2 recipe is in this
  28. layer and recipes in meta-oe can't depend on it, mod_php is not built
  29. by default. If you do wish to use mod_php, you need to add "apache2"
  30. to the PACKAGECONFIG value for the php recipe in order to enable it.
  31. See here for info on how to do that:
  32. http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#var-PACKAGECONFIG
  33. Maintenance
  34. -----------
  35. Send patches / pull requests to openembedded-devel@lists.openembedded.org
  36. with '[meta-webserver]' in the subject.
  37. Layer maintainer: Derek Straka <derek@asterius.io>
  38. License
  39. -------
  40. All metadata is MIT licensed unless otherwise stated. Source code included
  41. in tree for individual recipes is under the LICENSE stated in each recipe
  42. (.bb file) unless otherwise stated.
  43. This README document is Copyright (C) 2012 Intel Corporation.