|
@@ -5,8 +5,6 @@ config BR2_PACKAGE_RT_TESTS
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on !BR2_STATIC_LIBS # dlopen
|
|
depends on !BR2_STATIC_LIBS # dlopen
|
|
depends on !BR2_TOOLCHAIN_USES_MUSL # cyclictest
|
|
depends on !BR2_TOOLCHAIN_USES_MUSL # cyclictest
|
|
- depends on BR2_PACKAGE_NUMACTL_ARCH_SUPPORTS
|
|
|
|
- select BR2_PACKAGE_NUMACTL
|
|
|
|
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.
|
|
@@ -34,4 +32,3 @@ comment "rt-tests needs a uClibc or glibc toolchain w/ NPTL, headers >= 3.14, dy
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS \
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS \
|
|
|| BR2_TOOLCHAIN_USES_MUSL || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14
|
|
|| BR2_TOOLCHAIN_USES_MUSL || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
- depends on BR2_PACKAGE_NUMACTL_ARCH_SUPPORTS
|
|
|