diff options
| -rw-r--r-- | meta-webserver/COPYING.MIT | 17 | ||||
| -rw-r--r-- | meta-webserver/README | 37 | ||||
| -rw-r--r-- | meta-webserver/conf/layer.conf | 13 |
3 files changed, 67 insertions, 0 deletions
diff --git a/meta-webserver/COPYING.MIT b/meta-webserver/COPYING.MIT new file mode 100644 index 0000000000..fb950dc69f --- /dev/null +++ b/meta-webserver/COPYING.MIT | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| 2 | of this software and associated documentation files (the "Software"), to deal | ||
| 3 | in the Software without restriction, including without limitation the rights | ||
| 4 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| 5 | copies of the Software, and to permit persons to whom the Software is | ||
| 6 | furnished to do so, subject to the following conditions: | ||
| 7 | |||
| 8 | The above copyright notice and this permission notice shall be included in | ||
| 9 | all copies or substantial portions of the Software. | ||
| 10 | |||
| 11 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| 12 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| 13 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| 14 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| 15 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| 16 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
| 17 | THE SOFTWARE. | ||
diff --git a/meta-webserver/README b/meta-webserver/README new file mode 100644 index 0000000000..47136fbf3a --- /dev/null +++ b/meta-webserver/README | |||
| @@ -0,0 +1,37 @@ | |||
| 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 | branch: master | ||
| 16 | revision: HEAD | ||
| 17 | |||
| 18 | |||
| 19 | |||
| 20 | Maintenance | ||
| 21 | ----------- | ||
| 22 | |||
| 23 | Send patches / pull requests to openembedded-devel@lists.openembedded.org | ||
| 24 | with '[meta-webserver]' in the subject. | ||
| 25 | |||
| 26 | Layer maintainer: Paul Eggleton <paul.eggleton@linux.intel.com> | ||
| 27 | |||
| 28 | |||
| 29 | License | ||
| 30 | ------- | ||
| 31 | |||
| 32 | All metadata is MIT licensed unless otherwise stated. Source code included | ||
| 33 | in tree for individual recipes is under the LICENSE stated in each recipe | ||
| 34 | (.bb file) unless otherwise stated. | ||
| 35 | |||
| 36 | This README document is Copyright (C) 2012 Intel Corporation. | ||
| 37 | |||
diff --git a/meta-webserver/conf/layer.conf b/meta-webserver/conf/layer.conf new file mode 100644 index 0000000000..6f1855b8b9 --- /dev/null +++ b/meta-webserver/conf/layer.conf | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | # Layer configuration for meta-webserver layer | ||
| 2 | # Copyright 2012 Intel Corporation | ||
| 3 | |||
| 4 | # We have a conf and classes directory, add to BBPATH | ||
| 5 | BBPATH .= ":${LAYERDIR}" | ||
| 6 | |||
| 7 | # We have various recipe-* directories, add to BBFILES | ||
| 8 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" | ||
| 9 | |||
| 10 | BBFILE_COLLECTIONS += "webserver" | ||
| 11 | BBFILE_PATTERN_webserver := "^${LAYERDIR}/" | ||
| 12 | BBFILE_PRIORITY_webserver = "6" | ||
| 13 | |||
