diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-06-15 20:21:57 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-17 08:30:01 -0700 |
commit | c1f86dac48e9af79b153c2f101c36ad78a60cfdf (patch) | |
tree | 59ef18044e3a3529b579c5a600c4e85a3d206c11 /meta-webserver/README.md | |
parent | 051c15a36d871ba6ae0252923c05f40e6fdefd91 (diff) | |
download | meta-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.md | 66 |
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 @@ | |||
1 | meta-webserver | ||
2 | ============== | ||
3 | |||
4 | This layer provides support for building web servers, web-based | ||
5 | applications and related software. | ||
6 | |||
7 | |||
8 | |||
9 | Dependencies | ||
10 | ------------ | ||
11 | |||
12 | This layer depends on: | ||
13 | |||
14 | URI: git://git.openembedded.org/openembedded-core | ||
15 | subdirectory: meta | ||
16 | branch: master | ||
17 | |||
18 | For some recipes, the meta-oe layer is required: | ||
19 | |||
20 | URI: git://git.openembedded.org/meta-openembedded | ||
21 | subdirectory: meta-oe | ||
22 | branch: master | ||
23 | |||
24 | |||
25 | |||
26 | Layout | ||
27 | ------ | ||
28 | |||
29 | recipes-httpd/ Web servers | ||
30 | recipes-php/ PHP applications | ||
31 | recipes-support/ Miscellaneous support recipes | ||
32 | recipes-webadmin/ Standalone web administration interfaces | ||
33 | |||
34 | |||
35 | Notes | ||
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 | |||
49 | Maintenance | ||
50 | ----------- | ||
51 | |||
52 | Send patches / pull requests to openembedded-devel@lists.openembedded.org | ||
53 | with '[meta-webserver]' in the subject. | ||
54 | |||
55 | Layer maintainer: Derek Straka <derek@asterius.io> | ||
56 | |||
57 | |||
58 | License | ||
59 | ------- | ||
60 | |||
61 | All metadata is MIT licensed unless otherwise stated. Source code included | ||
62 | in tree for individual recipes is under the LICENSE stated in each recipe | ||
63 | (.bb file) unless otherwise stated. | ||
64 | |||
65 | This README document is Copyright (C) 2012 Intel Corporation. | ||
66 | |||