summaryrefslogtreecommitdiff
path: root/meta-unit-profiling/conf/layer.conf
blob: 501b497d6dc7544a7b04ae7831fd8c4b83b38689 (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 = "wrynose"

UNIT_PROFILING_LAYERDIR = "${LAYERDIR}"

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