2012-11-21 15:18:00 +01:00
|
|
|
comment "ltp-testsuite needs specific uClibc options, see help"
|
|
|
|
depends on BR2_PACKAGE_LTP_TESTSUITE
|
2013-06-30 21:29:09 +02:00
|
|
|
depends on BR2_TOOLCHAIN_USES_UCLIBC
|
2012-11-21 15:18:00 +01:00
|
|
|
|
2010-12-13 17:27:43 +01:00
|
|
|
config BR2_PACKAGE_LTP_TESTSUITE
|
2004-12-26 08:36:59 +01:00
|
|
|
bool "ltp-testsuite"
|
2010-12-13 17:27:44 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2013-03-04 09:35:11 +01:00
|
|
|
depends on BR2_INET_IPV6
|
2013-10-06 20:32:32 +02:00
|
|
|
depends on BR2_LARGEFILE
|
2013-03-04 09:35:11 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
2014-04-25 22:34:11 +02:00
|
|
|
# does not build, cachectl.h issue
|
|
|
|
depends on !BR2_nios2
|
2004-10-09 08:13:40 +02:00
|
|
|
help
|
2004-12-26 08:36:59 +01:00
|
|
|
The Linux Test Project provides a huge testsuite for Linux.
|
2004-10-09 08:13:40 +02:00
|
|
|
|
2010-12-13 17:27:43 +01:00
|
|
|
The LTP testsuite uses several functions that are considered
|
|
|
|
obsolete, such as sigset() and others. Therefore, the LTP
|
|
|
|
testsuite does not build with Buildroot's default uClibc
|
2012-11-21 15:18:00 +01:00
|
|
|
configuration, and options such as DO_XSI_MATH,
|
|
|
|
UCLIBC_HAS_OBSOLETE_BSD_SIGNAL and UCLIBC_SV4_DEPRECATED
|
|
|
|
are needed.
|
2010-12-13 17:27:43 +01:00
|
|
|
|
2004-12-26 08:36:59 +01:00
|
|
|
http://ltp.sourceforge.net/
|
2010-12-13 17:27:43 +01:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "ltp-testsuite needs a toolchain w/ IPv6, RPC, largefile, threads"
|
2014-04-25 22:34:11 +02:00
|
|
|
depends on !BR2_nios2
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INET_IPV6 || \
|
|
|
|
!BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_NATIVE_RPC
|