The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / fio / Config.in
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_THREADS
6         # fio uses posix_madvise(), which is not part of any official
7         # release of uClibc, but is part of uClibc Git, and backported
8         # in Buildroot patch set of uClibc 0.9.33. Therefore, we
9         # disable the build of fio for external uClibc toolchains
10         # (which use an unknown uClibc version)
11         depends on !BR2_TOOLCHAIN_EXTERNAL_UCLIBC
12         # fio uses fallocate() which becomes fallocate64() while compiling with
13         # largefile support, but fallocate64() is not available on nios2
14         depends on !BR2_nios2
15         help
16           fio is an I/O tool meant to be used both for benchmark
17           and stress/hardware verification.
18
19           http://git.kernel.dk/?p=fio.git;a=summary
20
21 comment "fio needs a toolchain w/ dynamic library, threads"
22         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
23         depends on !BR2_nios2
24         depends on BR2_USE_MMU