summaryrefslogtreecommitdiffstats
path: root/meta-runtime-perf/conf/layer.conf
blob: 4c6cd28b5c7923f7723336bcaf4a895e576b6761 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"

# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
	${LAYERDIR}/recipes-*/*/*.bbappend"

BBFILE_COLLECTIONS += "runtime-perf"
BBFILE_PATTERN_runtime-perf = "^${LAYERDIR}/"
BBFILE_PRIORITY_runtime-perf = "5"

LAYERDEPENDS_runtime-perf = "openembedded-layer"