blob: 4d2c7105f93949912c6e3b783273dffb1dd81bec [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001meta-webserver
2==============
3
4This layer provides support for building web servers, web-based
5applications and related software.
6
7
8
9Dependencies
10------------
11
12This layer depends on:
13
14URI: git://github.com/openembedded/oe-core.git
15subdirectory: meta
16branch: thud
17revision: HEAD
18
19For some recipes, the meta-oe layer is required:
20
21URI: git://github.com/openembedded/meta-oe.git
22subdirectory: meta-oe
23branch: thud
24revision: HEAD
25
26
27
28Layout
29------
30
31recipes-httpd/ Web servers
32recipes-php/ PHP applications
33recipes-support/ Miscellaneous support recipes
34recipes-webadmin/ Standalone web administration interfaces
35
36
37Notes
38-----
39
40* This layer used to provide a modphp recipe that built mod_php, but
41 this is now built as part of the php recipe in meta-oe. However, since
42 apache2 is required to build mod_php, and apache2 recipe is in this
43 layer and recipes in meta-oe can't depend on it, mod_php is not built
44 by default. If you do wish to use mod_php, you need to add "apache2"
45 to the PACKAGECONFIG value for the php recipe in order to enable it.
46 See here for info on how to do that:
47
48 http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#var-PACKAGECONFIG
49
50
51Maintenance
52-----------
53
54Send patches / pull requests to openembedded-devel@lists.openembedded.org
55with '[meta-webserver][thud]' in the subject.
56
57Thud Maintainer: Armin Kuster <akuster808@gmail.com>
58
59
60License
61-------
62
63All metadata is MIT licensed unless otherwise stated. Source code included
64in tree for individual recipes is under the LICENSE stated in each recipe
65(.bb file) unless otherwise stated.
66
67This README document is Copyright (C) 2012 Intel Corporation.
68