Commit 3c2a5ba3 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

rt-tests: requires thread support in the toolchain



The rt-tests package extensively use threads, so this package should
only be available if the toolchain has thread support.

[Peter: add comment when not available]
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 28acda4b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_RT_TESTS
	bool "rt-tests"
	depends on BR2_TOOLCHAIN_HAS_THREADS
	help
	  Set of utilities for testing the real-time behaviour of a
	  Linux system.
@@ -11,3 +12,6 @@ config BR2_PACKAGE_RT_TESTS
	  Buildroot configuration.

	  http://rt.wiki.kernel.org

comment "rt-tests requires a toolchain with threads support"
	!BR2_TOOLCHAIN_HAS_THREADS