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 | |
| 14 | URI: git://github.com/openembedded/oe-core.git |
| 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 | revision: HEAD |
| 18 | |
| 19 | For some recipes, the meta-oe layer is required: |
| 20 | |
| 21 | URI: git://github.com/openembedded/meta-oe.git |
| 22 | subdirectory: meta-oe |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 23 | branch: master |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 24 | revision: HEAD |
| 25 | |
| 26 | |
| 27 | |
| 28 | Layout |
| 29 | ------ |
| 30 | |
| 31 | recipes-httpd/ Web servers |
| 32 | recipes-php/ PHP applications |
| 33 | recipes-support/ Miscellaneous support recipes |
| 34 | recipes-webadmin/ Standalone web administration interfaces |
| 35 | |
| 36 | |
| 37 | Notes |
| 38 | ----- |
| 39 | |
| 40 | * This layer used to provide a modphp recipe that built mod_php, but |
| 41 | this is now built as part of the php recipe in meta-oe. However, since |
| 42 | apache2 is required to build mod_php, and apache2 recipe is in this |
| 43 | layer and recipes in meta-oe can't depend on it, mod_php is not built |
| 44 | by default. If you do wish to use mod_php, you need to add "apache2" |
| 45 | to the PACKAGECONFIG value for the php recipe in order to enable it. |
| 46 | See here for info on how to do that: |
| 47 | |
| 48 | http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#var-PACKAGECONFIG |
| 49 | |
| 50 | |
| 51 | Maintenance |
| 52 | ----------- |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 53 | |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 54 | Send patches / pull requests to openembedded-devel@lists.openembedded.org |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 55 | with '[meta-webserver]' in the subject. |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 56 | |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 57 | Layer maintainer: Derek Straka <derek@asterius.io> |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 58 | |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 59 | |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 60 | License |
| 61 | ------- |
| 62 | |
| 63 | All metadata is MIT licensed unless otherwise stated. Source code included |
| 64 | in tree for individual recipes is under the LICENSE stated in each recipe |
| 65 | (.bb file) unless otherwise stated. |
| 66 | |
| 67 | This README document is Copyright (C) 2012 Intel Corporation. |
| 68 | |