From 79444395f0a336ed39f1231e2f9e45351b401f2d 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 \