Name Date Size #Lines LOC

..--

conf/H05-Jun-2025-2813

licenses/H05-Jun-2025-9074

recipes-core/H05-Jun-2025-6247

recipes-httpd/H05-Jun-2025-2,9152,319

recipes-php/H05-Jun-2025-158118

recipes-support/H05-Jun-2025-409375

recipes-webadmin/H05-Jun-2025-6,5451,534

COPYING.MITH A D05-Jun-20251 KiB1815

READMEH A D05-Jun-20251.8 KiB7043

README

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: kirkstone
17
18For some recipes, the meta-oe layer is required:
19
20URI: git://git.openembedded.org/meta-openembedded
21subdirectory: meta-oe
22branch: kirkstone
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][kirkstone]' in the subject.
54
55When sending single patches, please using something like:
56git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix='meta-webserver][kirkstone][PATCH'
57
58Layer maintainer: Armin Kuster <akuster808@gmail.com>
59
60
61License
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
70