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 <isaac.hermida@digi.com>
This commit is contained in:
Isaac Hermida 2025-03-05 12:00:57 +01:00
parent fa003b98df
commit ab09791087
1 changed files with 0 additions and 1 deletions

View File

@ -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 \