From 98e16e7849e5ad63ce084e0564c84233793e6cc1 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 9 Dec 2012 08:13:59 +0000 Subject: rt-tests: not available on avr32, too old uClibc The old uClibc used for the AVR32 architecture does not implement priority inheritance, therefore rt-tests cannot build. Fixes: http://autobuild.buildroot.org/results/695293d889128c666174d5fe03c5deadbe4d5415/build-end.log Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/rt-tests/Config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package/rt-tests') diff --git a/package/rt-tests/Config.in b/package/rt-tests/Config.in index 5c8a78278..c25333955 100644 --- a/package/rt-tests/Config.in +++ b/package/rt-tests/Config.in @@ -1,6 +1,9 @@ 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 help Set of utilities for testing the real-time behaviour of a Linux system. -- cgit v1.2.3