ソースを参照

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>
Thomas Petazzoni 12 年 前
コミット
98e16e7849
1 ファイル変更3 行追加0 行削除
  1. 3 0
      package/rt-tests/Config.in

+ 3 - 0
package/rt-tests/Config.in

@@ -1,6 +1,9 @@
 config BR2_PACKAGE_RT_TESTS
 config BR2_PACKAGE_RT_TESTS
 	bool "rt-tests"
 	bool "rt-tests"
 	depends on BR2_TOOLCHAIN_HAS_THREADS
 	depends on BR2_TOOLCHAIN_HAS_THREADS
+	# Too old uClibc, does not provide priority-inheritance
+	# mutexes
+	depends on !BR2_avr32
 	help
 	help
 	  Set of utilities for testing the real-time behaviour of a
 	  Set of utilities for testing the real-time behaviour of a
 	  Linux system.
 	  Linux system.