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:
parent
d7905a0422
commit
79444395f0
|
|
@ -43,7 +43,6 @@ RDEPENDS:${PN} = "\
|
||||||
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'firmwared', '',d)} \
|
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'firmwared', '',d)} \
|
||||||
${@bb.utils.contains("MACHINE_FEATURES", "keyboard", "${VIRTUAL-RUNTIME_keymaps}", "", d)} \
|
${@bb.utils.contains("MACHINE_FEATURES", "keyboard", "${VIRTUAL-RUNTIME_keymaps}", "", d)} \
|
||||||
${@bb.utils.contains("MACHINE_FEATURES", "touchscreen", "${VIRTUAL-RUNTIME_touchscreen}", "",d)} \
|
${@bb.utils.contains("MACHINE_FEATURES", "touchscreen", "${VIRTUAL-RUNTIME_touchscreen}", "",d)} \
|
||||||
${@bb.utils.contains('DISTRO_FEATURES', 'rt', 'hwlatdetect', '',d)} \
|
|
||||||
init-ifupdown \
|
init-ifupdown \
|
||||||
libdigiapix \
|
libdigiapix \
|
||||||
libgpiod \
|
libgpiod \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue