blob: 4d2c7105f93949912c6e3b783273dffb1dd81bec [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001meta-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
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080016branch: thud
Patrick Williamsb48b7b42016-08-17 15:04:38 -050017revision: HEAD
18
19For some recipes, the meta-oe layer is required:
20
21URI: git://github.com/openembedded/meta-oe.git
22subdirectory: meta-oe
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080023branch: thud
Patrick Williamsb48b7b42016-08-17 15:04:38 -050024revision: 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-----------
Patrick Williamsb48b7b42016-08-17 15:04:38 -050053
Patrick Williamsddad1a12017-02-23 20:36:32 -060054Send patches / pull requests to openembedded-devel@lists.openembedded.org
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080055with '[meta-webserver][thud]' in the subject.
Patrick Williamsb48b7b42016-08-17 15:04:38 -050056
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080057Thud Maintainer: Armin Kuster <akuster808@gmail.com>
Patrick Williamsb48b7b42016-08-17 15:04:38 -050058
Patrick Williamsddad1a12017-02-23 20:36:32 -060059
Patrick Williamsb48b7b42016-08-17 15:04:38 -050060License
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