summaryrefslogtreecommitdiffstats
path: root/meta-webserver/README.md
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-06-15 20:21:57 -0700
committerKhem Raj <raj.khem@gmail.com>2023-06-17 08:30:01 -0700
commitc1f86dac48e9af79b153c2f101c36ad78a60cfdf (patch)
tree59ef18044e3a3529b579c5a600c4e85a3d206c11 /meta-webserver/README.md
parent051c15a36d871ba6ae0252923c05f40e6fdefd91 (diff)
downloadmeta-openembedded-c1f86dac48e9af79b153c2f101c36ad78a60cfdf.tar.gz
layers: Move READMEs to markdown format
The READMEs are often viewed from websites markdown format which is much as readable as text and yet friendlier in browsers. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-webserver/README.md')
-rw-r--r--meta-webserver/README.md66
1 files changed, 66 insertions, 0 deletions
diff --git a/meta-webserver/README.md b/meta-webserver/README.md
new file mode 100644
index 0000000000..d23f6cc65c
--- /dev/null
+++ b/meta-webserver/README.md
@@ -0,0 +1,66 @@
1meta-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://git.openembedded.org/openembedded-core
15subdirectory: meta
16branch: master
17
18For some recipes, the meta-oe layer is required:
19
20URI: git://git.openembedded.org/meta-openembedded
21subdirectory: meta-oe
22branch: master
23
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-----------
51
52Send patches / pull requests to openembedded-devel@lists.openembedded.org
53with '[meta-webserver]' in the subject.
54
55Layer maintainer: Derek Straka <derek@asterius.io>
56
57
58License
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