• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/ltp-testsuite/Config.in
Jérôme PouillerJérôme Pouiller committed c85126c6aa912 Sep 2014
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
comment "ltp-testsuite needs specific uClibc options, see help"
2
    depends on BR2_PACKAGE_LTP_TESTSUITE
3
    depends on BR2_TOOLCHAIN_USES_UCLIBC
4
​
5
config BR2_PACKAGE_LTP_TESTSUITE
6
    bool "ltp-testsuite"
7
    depends on BR2_USE_MMU # fork()
8
    depends on BR2_TOOLCHAIN_HAS_THREADS
9
    depends on BR2_INET_IPV6
10
    depends on BR2_LARGEFILE
11
    depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
12
    # does not build, cachectl.h issue
13
    depends on !BR2_nios2
14
    help
15
      The Linux Test Project provides a huge testsuite for Linux.
16
​
17
      The LTP testsuite uses several functions that are considered
18
      obsolete, such as sigset() and others. Therefore, the LTP
19
      testsuite does not build with Buildroot's default uClibc
20
      configuration, and options such as DO_XSI_MATH,
21
      UCLIBC_HAS_OBSOLETE_BSD_SIGNAL and UCLIBC_SV4_DEPRECATED
22
      are needed.
23
​
24
      http://ltp.sourceforge.net/
25
​
26
comment "ltp-testsuite needs a toolchain w/ IPv6, RPC, largefile, threads"
27
    depends on !BR2_nios2
28
    depends on BR2_USE_MMU
29
    depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INET_IPV6 || \
30
        !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_NATIVE_RPC
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.