summaryrefslogtreecommitdiffstats
path: root/meta-webserver/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-webserver/conf/layer.conf')
-rw-r--r--meta-webserver/conf/layer.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-webserver/conf/layer.conf b/meta-webserver/conf/layer.conf
new file mode 100644
index 000000000..a4d6a2723
--- /dev/null
+++ b/meta-webserver/conf/layer.conf
@@ -0,0 +1,20 @@
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
14# This should only be incremented on significant changes that will
15# cause compatibility issues with other layers
16LAYERVERSION_webserver = "1"
17
18LAYERDEPENDS_webserver = "core"
19
20LICENSE_PATH += "${LAYERDIR}/licenses"