|
@@ -2,10 +2,9 @@ config BR2_PACKAGE_RT_TESTS
|
|
bool "rt-tests"
|
|
bool "rt-tests"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14 # deadline scheduler syscall
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14 # deadline scheduler syscall
|
|
- depends on BR2_USE_MMU # fork()
|
|
|
|
|
|
+ depends on BR2_USE_MMU # fork(), numactl
|
|
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
|
|
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
|
|
@@ -34,4 +33,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
|
|
|