diff options
| author | Tudor Florea <tudor.florea@enea.com> | 2015-10-08 22:51:41 +0200 |
|---|---|---|
| committer | Tudor Florea <tudor.florea@enea.com> | 2015-10-08 22:51:41 +0200 |
| commit | 1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e (patch) | |
| tree | a21a5fc103bb3bd65ecd85ed22be5228fc54e447 /meta-webserver/conf | |
| download | meta-openembedded-1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e.tar.gz | |
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-webserver/conf')
| -rw-r--r-- | meta-webserver/conf/layer.conf | 20 |
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 0000000000..a4d6a27233 --- /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 | ||
| 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 | |||
| 14 | # This should only be incremented on significant changes that will | ||
| 15 | # cause compatibility issues with other layers | ||
| 16 | LAYERVERSION_webserver = "1" | ||
| 17 | |||
| 18 | LAYERDEPENDS_webserver = "core" | ||
| 19 | |||
| 20 | LICENSE_PATH += "${LAYERDIR}/licenses" | ||
