mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 16:37:43 +00:00
rt-tests: use BR2_TOOLCHAIN_HAS_THREADS_NPTL
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
7586be4aae
commit
fe061a9898
@ -1,10 +1,6 @@
|
|||||||
config BR2_PACKAGE_RT_TESTS
|
config BR2_PACKAGE_RT_TESTS
|
||||||
bool "rt-tests"
|
bool "rt-tests"
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
||||||
# priority-inheritance mutex needs NPTL
|
|
||||||
depends on !BR2_PTHREADS && !BR2_PTHREADS_OLD
|
|
||||||
# no NPTL for these archs
|
|
||||||
depends on !BR2_avr32 && !BR2_xtensa && !BR2_arc
|
|
||||||
help
|
help
|
||||||
Set of utilities for testing the real-time behaviour of a
|
Set of utilities for testing the real-time behaviour of a
|
||||||
Linux system.
|
Linux system.
|
||||||
@ -23,7 +19,5 @@ config BR2_PACKAGE_RT_TESTS
|
|||||||
|
|
||||||
http://rt.wiki.kernel.org
|
http://rt.wiki.kernel.org
|
||||||
|
|
||||||
comment "rt-tests needs a toolchain w/ threads"
|
comment "rt-tests needs a toolchain w/ NPTL"
|
||||||
depends on !BR2_PTHREADS && !BR2_PTHREADS_OLD
|
depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
||||||
depends on !BR2_avr32 && !BR2_xtensa && !BR2_arc
|
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user