1 comment "ltp-testsuite needs specific uClibc options, see help"
2 depends on BR2_PACKAGE_LTP_TESTSUITE
3 depends on BR2_TOOLCHAIN_USES_UCLIBC
5 config BR2_PACKAGE_LTP_TESTSUITE
7 depends on BR2_USE_MMU # fork()
8 depends on BR2_TOOLCHAIN_HAS_THREADS
9 depends on !BR2_TOOLCHAIN_USES_MUSL
10 select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
11 # does not build, cachectl.h issue
14 The Linux Test Project provides a huge testsuite for Linux.
16 The LTP testsuite uses several functions that are considered
17 obsolete, such as sigset() and others. Therefore, the LTP
18 testsuite does not build with Buildroot's default uClibc
19 configuration, and options such as DO_XSI_MATH,
20 UCLIBC_HAS_OBSOLETE_BSD_SIGNAL and UCLIBC_SV4_DEPRECATED
23 http://linux-test-project.github.io
25 comment "ltp-testsuite needs a glibc or uClibc toolchain w/ threads"
27 depends on BR2_USE_MMU
28 depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_USES_MUSL