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