blob: d23f6cc65c2775757c13636e0f7521b36ce466b5 [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
Patrick Williams93c203f2021-10-06 16:15:23 -050014URI: git://git.openembedded.org/openembedded-core
Patrick Williamsb48b7b42016-08-17 15:04:38 -050015subdirectory: meta
Brad Bishop19323692019-04-05 15:28:33 -040016branch: master
Patrick Williamsb48b7b42016-08-17 15:04:38 -050017
18For some recipes, the meta-oe layer is required:
19
Patrick Williams93c203f2021-10-06 16:15:23 -050020URI: git://git.openembedded.org/meta-openembedded
Patrick Williamsb48b7b42016-08-17 15:04:38 -050021subdirectory: meta-oe
Brad Bishop19323692019-04-05 15:28:33 -040022branch: master
Patrick Williamsb48b7b42016-08-17 15:04:38 -050023
24
25
26Layout
27------
28
29recipes-httpd/ Web servers
30recipes-php/ PHP applications
31recipes-support/ Miscellaneous support recipes
32recipes-webadmin/ Standalone web administration interfaces
33
34
35Notes
36-----
37
38* This layer used to provide a modphp recipe that built mod_php, but
39 this is now built as part of the php recipe in meta-oe. However, since
40 apache2 is required to build mod_php, and apache2 recipe is in this
41 layer and recipes in meta-oe can't depend on it, mod_php is not built
42 by default. If you do wish to use mod_php, you need to add "apache2"
43 to the PACKAGECONFIG value for the php recipe in order to enable it.
44 See here for info on how to do that:
45
46 http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#var-PACKAGECONFIG
47
48
49Maintenance
50-----------
Patrick Williamsb48b7b42016-08-17 15:04:38 -050051
Patrick Williamsddad1a12017-02-23 20:36:32 -060052Send patches / pull requests to openembedded-devel@lists.openembedded.org
Brad Bishop19323692019-04-05 15:28:33 -040053with '[meta-webserver]' in the subject.
Patrick Williamsb48b7b42016-08-17 15:04:38 -050054
Brad Bishop19323692019-04-05 15:28:33 -040055Layer maintainer: Derek Straka <derek@asterius.io>
Patrick Williamsb48b7b42016-08-17 15:04:38 -050056
Patrick Williamsddad1a12017-02-23 20:36:32 -060057
Patrick Williamsb48b7b42016-08-17 15:04:38 -050058License
59-------
60
61All metadata is MIT licensed unless otherwise stated. Source code included
62in tree for individual recipes is under the LICENSE stated in each recipe
63(.bb file) unless otherwise stated.
64
65This README document is Copyright (C) 2012 Intel Corporation.
66