README 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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://git.openembedded.org/openembedded-core
  9. subdirectory: meta
  10. branch: langdale
  11. For some recipes, the meta-oe layer is required:
  12. URI: git://git.openembedded.org/meta-openembedded
  13. subdirectory: meta-oe
  14. branch: langdale
  15. Layout
  16. ------
  17. recipes-httpd/ Web servers
  18. recipes-php/ PHP applications
  19. recipes-support/ Miscellaneous support recipes
  20. recipes-webadmin/ Standalone web administration interfaces
  21. Notes
  22. -----
  23. * This layer used to provide a modphp recipe that built mod_php, but
  24. this is now built as part of the php recipe in meta-oe. However, since
  25. apache2 is required to build mod_php, and apache2 recipe is in this
  26. layer and recipes in meta-oe can't depend on it, mod_php is not built
  27. by default. If you do wish to use mod_php, you need to add "apache2"
  28. to the PACKAGECONFIG value for the php recipe in order to enable it.
  29. See here for info on how to do that:
  30. http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#var-PACKAGECONFIG
  31. Maintenance
  32. -----------
  33. Send patches / pull requests to openembedded-devel@lists.openembedded.org
  34. with '[meta-webserver][langdale]' in the subject.
  35. When sending single patches, please using something like:
  36. git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix='meta-webserver][langdale][PATCH'
  37. Layer maintainer: Armin Kuster <akuster808@gmail.com>
  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.