mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 07:06:36 +00:00
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: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
28acda4b63
commit
3c2a5ba33e
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_RT_TESTS
|
config BR2_PACKAGE_RT_TESTS
|
||||||
bool "rt-tests"
|
bool "rt-tests"
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
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.
|
||||||
@ -11,3 +12,6 @@ config BR2_PACKAGE_RT_TESTS
|
|||||||
Buildroot configuration.
|
Buildroot configuration.
|
||||||
|
|
||||||
http://rt.wiki.kernel.org
|
http://rt.wiki.kernel.org
|
||||||
|
|
||||||
|
comment "rt-tests requires a toolchain with threads support"
|
||||||
|
!BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user