blob: bfcd9681c0997cca97a474328148b87c6e0f63d9 [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}/"
Andrew Geissler9aee5002022-03-30 16:27:02 +000012BBFILE_PRIORITY_webserver = "5"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050013
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
Andrew Geisslerd5838332022-05-27 11:33:10 -050020LAYERSERIES_COMPAT_webserver = "kirkstone langdale"
Brad Bishop316dfdd2018-06-25 12:45:53 -040021
Patrick Williamsb48b7b42016-08-17 15:04:38 -050022LICENSE_PATH += "${LAYERDIR}/licenses"
23
24SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
25 phpmyadmin->bash \
Brad Bishop87b3cb82019-11-15 16:35:37 -050026 phpmyadmin->php \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050027"