mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
Signed-off-by: Armin Kuster <akuster808@gmail.com> [v2] bump bitbake to warrior version [v3] remove bitbake ref from meta-filesystems [v4] remove thud from LAYERSERIES_COMPAT Signed-off-by: Khem Raj <raj.khem@gmail.com>
27 lines
747 B
Plaintext
27 lines
747 B
Plaintext
# Layer configuration for meta-webserver layer
|
|
# Copyright 2012 Intel Corporation
|
|
|
|
# We have a conf and classes directory, add to BBPATH
|
|
BBPATH .= ":${LAYERDIR}"
|
|
|
|
# We have various recipe-* directories, add to BBFILES
|
|
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "webserver"
|
|
BBFILE_PATTERN_webserver := "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_webserver = "6"
|
|
|
|
# This should only be incremented on significant changes that will
|
|
# cause compatibility issues with other layers
|
|
LAYERVERSION_webserver = "1"
|
|
|
|
LAYERDEPENDS_webserver = "core openembedded-layer"
|
|
|
|
LAYERSERIES_COMPAT_webserver = "warrior"
|
|
|
|
LICENSE_PATH += "${LAYERDIR}/licenses"
|
|
|
|
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
|
|
phpmyadmin->bash \
|
|
"
|