summaryrefslogtreecommitdiff
path: root/meta-unit-core/conf
diff options
context:
space:
mode:
authorunitexe <unitexe70@gmail.com>2026-01-17 00:53:15 -0600
committerunitexe <unitexe70@gmail.com>2026-01-17 15:07:54 -0600
commit4982353c696256dfa130f5d009b4271fe34112ac (patch)
tree91a4751ff286c9a59728289cea2512f64388c64c /meta-unit-core/conf
parentdfb3c4808b38f7c5f79957f0b75bc497362c2cc6 (diff)
Introduce meta-unit-profiling
- Additional profiling commands for busybox - Support systemd-bootchart - Enable kernel stats (needed for systemd-bootchart)
Diffstat (limited to 'meta-unit-core/conf')
-rw-r--r--meta-unit-core/conf/layer.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-unit-core/conf/layer.conf b/meta-unit-core/conf/layer.conf
index 688eda3..fd90f46 100644
--- a/meta-unit-core/conf/layer.conf
+++ b/meta-unit-core/conf/layer.conf
@@ -13,6 +13,8 @@ BBFILES_DYNAMIC += " \
virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/recipes-*/*/*.bbappend \
raspberrypi-extra-layer:${LAYERDIR}/dynamic-layers/raspberrypi-extra-layer/recipes-*/*/*.bb \
raspberrypi-extra-layer:${LAYERDIR}/dynamic-layers/raspberrypi-extra-layer/recipes-*/*/*.bbappend \
+ unit-profiling-layer:${LAYERDIR}/dynamic-layers/unit-profiling-layer/recipes-*/*/*.bb \
+ unit-profiling-layer:${LAYERDIR}/dynamic-layers/unit-profiling-layer/recipes-*/*/*.bbappend \
"
UNIT_CORE_LAYERDIR = "${LAYERDIR}"