From ab097910874f06c738028803ac727b6198e74dda Mon Sep 17 00:00:00 2001 From: Isaac Hermida Date: Wed, 5 Mar 2025 12:00:57 +0100 Subject: [PATCH] meta-digi-dey: do not include hwlatdetect hwlatdetect is intended for monitoring hw latency on real time systems that rely on SMI interrupts (mainly x86 machines). As our devices that not support it, do not include the tool. Signed-off-by: Isaac Hermida --- .../recipes-core/packagegroups/packagegroup-dey-core.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-digi-dey/recipes-core/packagegroups/packagegroup-dey-core.bb b/meta-digi-dey/recipes-core/packagegroups/packagegroup-dey-core.bb index 65bf3e484..e20b04601 100644 --- a/meta-digi-dey/recipes-core/packagegroups/packagegroup-dey-core.bb +++ b/meta-digi-dey/recipes-core/packagegroups/packagegroup-dey-core.bb @@ -43,7 +43,6 @@ RDEPENDS:${PN} = "\ ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'firmwared', '',d)} \ ${@bb.utils.contains("MACHINE_FEATURES", "keyboard", "${VIRTUAL-RUNTIME_keymaps}", "", d)} \ ${@bb.utils.contains("MACHINE_FEATURES", "touchscreen", "${VIRTUAL-RUNTIME_touchscreen}", "",d)} \ - ${@bb.utils.contains('DISTRO_FEATURES', 'rt', 'hwlatdetect', '',d)} \ init-ifupdown \ libdigiapix \ libgpiod \