rt-tests: not available on avr32, too old uClibc
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 9 Dec 2012 08:13:59 +0000 (08:13 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 9 Dec 2012 20:53:35 +0000 (21:53 +0100)
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 <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/rt-tests/Config.in

index 5c8a782782fea5c4db033326998834a8c9e48d3a..c253339555bcc9e29b91203566c77632b378c601 100644 (file)
@@ -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.