blob: e8422794b9fa77efcfb08661f5d2ddc610159915 [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
16branch: krogoth
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: krogoth
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-----------
53Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-systemd][krogoth]' in the subject'
54
55When sending single patches, please use something like:
56'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-systemd][krogoth][PATCH'
57
58
59krogoth Branch Maintainer:
60Armin Kuster <akuster808@gmail.com>
61
62License
63-------
64
65All metadata is MIT licensed unless otherwise stated. Source code included
66in tree for individual recipes is under the LICENSE stated in each recipe
67(.bb file) unless otherwise stated.
68
69This README document is Copyright (C) 2012 Intel Corporation.
70