• 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/rt-tests/Config.in
Arnout VandecappelleArnout Vandecappelle committed 398e590e2d511 Oct 2014
Raw file
Source viewDiff to previous
 
1
config BR2_PACKAGE_RT_TESTS
2
    bool "rt-tests"
3
    # no _tid field in 'struct sigevent'
4
    depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
5
    help
6
      Set of utilities for testing the real-time behaviour of a
7
      Linux system.
8
​
9
      All tools are simple C programs with no dependencies, except
10
      the hwlatdetect utility, which is a Python script and
11
      therefore requires the Python interpreter. It will only be
12
      installed if a Python interpreter has been selected in the
13
      Buildroot configuration.
14
​
15
      Note that this package requires a toolchain built with the
16
      NPTL implementation of the pthread API (this is always the
17
      case with glibc/eglibc toolchains, but may not necessarily
18
      be the case with uClibc toolchains, since the thread
19
      implementation is configurable).
20
​
21
      http://rt.wiki.kernel.org
22
​
23
​
24
comment "rt-tests may not work on MIPS with an external uClibc toolchain"
25
    depends on BR2_PACKAGE_RT_TESTS
26
    depends on BR2_TOOLCHAIN_EXTERNAL_UCLIBC
27
    depends on BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
28
​
29
comment "rt-tests needs a toolchain w/ NPTL"
30
    depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL
  • 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.