summaryrefslogtreecommitdiff
path: root/meta-unit-profiling/conf/layer.conf
blob: 1b980ef1f22d6b8696a612bbf49454e7a0c9d643 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
BBPATH .= ":${LAYERDIR}"

BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"

BBFILE_COLLECTIONS += "unit-profiling-layer"
BBFILE_PATTERN_unit-profiling-layer := "^${LAYERDIR}/"
BBFILE_PRIORITY_unit-profiling-layer = "10"

LAYERDEPENDS_unit-profiling-layer = "core openembedded-layer"

LAYERSERIES_COMPAT_unit-profiling-layer = "whinlatter"

UNIT_PROFILING_LAYERDIR = "${LAYERDIR}"

BBFILES_DYNAMIC += " \
    raspberrypi:${LAYERDIR}/dynamic-layers/raspberrypi/*/*/*.bb \
    raspberrypi:${LAYERDIR}/dynamic-layers/raspberrypi/*/*/*.bbappend \
"