mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
Add a layer for web servers, web-based applications and other related software. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
14 lines
407 B
Plaintext
14 lines
407 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"
|
|
|