• 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/fio/Config.in
Thomas PetazzoniThomas Petazzoni committed bc5d15a480d22 May 2017
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
config BR2_PACKAGE_FIO
2
    bool "fio"
3
    depends on BR2_USE_MMU # fork()
4
    depends on !BR2_STATIC_LIBS
5
    depends on BR2_TOOLCHAIN_HAS_SYNC_4
6
    depends on BR2_TOOLCHAIN_HAS_THREADS
7
    # fio uses fallocate() which becomes fallocate64() while compiling with
8
    # largefile support, but fallocate64() is not available on nios2
9
    depends on !BR2_nios2
10
    help
11
      fio is an I/O tool meant to be used both for benchmark
12
      and stress/hardware verification.
13
​
14
      http://git.kernel.dk/?p=fio.git;a=summary
15
​
16
comment "fio needs a toolchain w/ dynamic library, threads"
17
    depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
18
    depends on BR2_TOOLCHAIN_HAS_SYNC_4
19
    depends on !BR2_nios2
20
    depends on BR2_USE_MMU
  • 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.