diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-12-09 08:13:59 +0000 | 
|---|---|---|
| committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-12-09 21:53:35 +0100 | 
| commit | 98e16e7849e5ad63ce084e0564c84233793e6cc1 (patch) | |
| tree | b3a221280812ff57c4f4053bd2e0512976805043 | |
| parent | 3c2a5ba33edd710ce58e56f81214699e56dca233 (diff) | |
| download | buildroot-novena-98e16e7849e5ad63ce084e0564c84233793e6cc1.tar.gz buildroot-novena-98e16e7849e5ad63ce084e0564c84233793e6cc1.zip | |
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 <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| -rw-r--r-- | package/rt-tests/Config.in | 3 | 
1 files changed, 3 insertions, 0 deletions
| 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. | 
