From 4982353c696256dfa130f5d009b4271fe34112ac Mon Sep 17 00:00:00 2001 From: unitexe Date: Sat, 17 Jan 2026 00:53:15 -0600 Subject: Introduce meta-unit-profiling - Additional profiling commands for busybox - Support systemd-bootchart - Enable kernel stats (needed for systemd-bootchart) --- .../unit-profiling-layer/recipes-unit/images/core-image-unit.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-unit-core/dynamic-layers/unit-profiling-layer/recipes-unit/images/core-image-unit.bbappend (limited to 'meta-unit-core/dynamic-layers/unit-profiling-layer/recipes-unit/images/core-image-unit.bbappend') diff --git a/meta-unit-core/dynamic-layers/unit-profiling-layer/recipes-unit/images/core-image-unit.bbappend b/meta-unit-core/dynamic-layers/unit-profiling-layer/recipes-unit/images/core-image-unit.bbappend new file mode 100644 index 0000000..c29de71 --- /dev/null +++ b/meta-unit-core/dynamic-layers/unit-profiling-layer/recipes-unit/images/core-image-unit.bbappend @@ -0,0 +1,2 @@ +IMAGE_INSTALL:append = " packagegroup-unit-profiling" +IMAGE_INSTALL:append = " packagegroup-unit-systemd-profiling" -- cgit v1.2.3