blob: 84fdd81d1fbf191780917775d88a8d7ebee8bfe4 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001# 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
Brad Bishopd7bf8c12018-02-25 22:55:05 -050018LAYERDEPENDS_webserver = "core openembedded-layer"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050019
20LICENSE_PATH += "${LAYERDIR}/licenses"
21
22SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
23 phpmyadmin->bash \
24"