summaryrefslogtreecommitdiff
path: root/meta-unit-profiling/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-unit-profiling/conf')
-rw-r--r--meta-unit-profiling/conf/layer.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-unit-profiling/conf/layer.conf b/meta-unit-profiling/conf/layer.conf
new file mode 100644
index 0000000..1b980ef
--- /dev/null
+++ b/meta-unit-profiling/conf/layer.conf
@@ -0,0 +1,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 \
+"