blob: 1a63dcc6e4cd7708ed32b2c17041566692269faf [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
Patrick Williamsddad1a12017-02-23 20:36:32 -060016branch: morty
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
Patrick Williamsddad1a12017-02-23 20:36:32 -060023branch: morty
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
55with '[meta-webserver][morty]' in the subject.
Patrick Williamsb48b7b42016-08-17 15:04:38 -050056
Patrick Williamsddad1a12017-02-23 20:36:32 -060057morty branch maintainer(s):
Patrick Williamsb48b7b42016-08-17 15:04:38 -050058Armin Kuster <akuster808@gmail.com>
59
Patrick Williamsddad1a12017-02-23 20:36:32 -060060
Patrick Williamsb48b7b42016-08-17 15:04:38 -050061License
62-------
63
64All metadata is MIT licensed unless otherwise stated. Source code included
65in tree for individual recipes is under the LICENSE stated in each recipe
66(.bb file) unless otherwise stated.
67
68This README document is Copyright (C) 2012 Intel Corporation.
69