Commit 98e16e78 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 3c2a5ba3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
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.