Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 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 | |
Patrick Williams | 93c203f | 2021-10-06 16:15:23 -0500 | [diff] [blame] | 14 | URI: git://git.openembedded.org/openembedded-core |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 15 | subdirectory: meta |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 16 | branch: master |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 17 | |
| 18 | For some recipes, the meta-oe layer is required: |
| 19 | |
Patrick Williams | 93c203f | 2021-10-06 16:15:23 -0500 | [diff] [blame] | 20 | URI: git://git.openembedded.org/meta-openembedded |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 21 | subdirectory: meta-oe |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 22 | branch: master |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 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 | ----------- |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 51 | |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 52 | Send patches / pull requests to openembedded-devel@lists.openembedded.org |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 53 | with '[meta-webserver]' in the subject. |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 54 | |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 55 | Layer maintainer: Derek Straka <derek@asterius.io> |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 56 | |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 57 | |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 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 | |