aboutsummaryrefslogtreecommitdiffstats
path: root/meta-webserver/conf/layer.conf
blob: 6f1855b8b938b2039fb01b71f78d3052f6f4a7d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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"