mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
Drop walnascar from supported release series Signed-off-by: Khem Raj <raj.khem@gmail.com>
36 lines
971 B
Plaintext
36 lines
971 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 = "5"
|
|
|
|
# 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 = "whinlatter wrynose"
|
|
|
|
LICENSE_PATH += "${LAYERDIR}/licenses"
|
|
|
|
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
|
|
phpmyadmin->bash \
|
|
phpmyadmin->php \
|
|
"
|
|
|
|
# List of known non-reproducible package of the meta-webserver layer
|
|
# Please keep this list sorted
|
|
OEQA_REPRODUCIBLE_EXCLUDED_PACKAGES += " \
|
|
netdata \
|
|
netdata-dbg \
|
|
php-phar \
|
|
"
|