summaryrefslogtreecommitdiff
path: root/package/rt-tests
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2014-01-13 08:56:27 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-01-16 09:20:18 +0100
commit881c487e8817a7c19b0c67684dde5510f871aa52 (patch)
tree83fb48198087d522a0b8a49ef4d10558638cc45b /package/rt-tests
parent96b7f4e9a91fe67d4d02c08329b398d698d8da9e (diff)
rt-tests: disable NPTL is missing
Fixes http://autobuild.buildroot.net/results/8aa/8aaa4b56a53241b7342fede568fbc72a7656cc38/. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/rt-tests')
-rw-r--r--package/rt-tests/Config.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/package/rt-tests/Config.in b/package/rt-tests/Config.in
index 36c111bd2..58a88a8af 100644
--- a/package/rt-tests/Config.in
+++ b/package/rt-tests/Config.in
@@ -1,9 +1,10 @@
config BR2_PACKAGE_RT_TESTS
bool "rt-tests"
depends on BR2_TOOLCHAIN_HAS_THREADS
- # Too old uClibc, does not provide priority-inheritance
- # mutexes
- depends on !BR2_avr32
+ # 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
Set of utilities for testing the real-time behaviour of a
Linux system.
@@ -23,5 +24,6 @@ config BR2_PACKAGE_RT_TESTS
http://rt.wiki.kernel.org
comment "rt-tests needs a toolchain w/ threads"
- depends on !BR2_avr32
+ depends on !BR2_PTHREADS && !BR2_PTHREADS_OLD
+ depends on !BR2_avr32 && !BR2_xtensa && !BR2_arc
depends on !BR2_TOOLCHAIN_HAS_THREADS