Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 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 | |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 18 | LAYERDEPENDS_webserver = "core openembedded-layer" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 19 | |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 20 | LAYERSERIES_COMPAT_webserver = "thud warrior" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 21 | |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 22 | LICENSE_PATH += "${LAYERDIR}/licenses" |
| 23 | |
| 24 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ |
| 25 | phpmyadmin->bash \ |
| 26 | " |