mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
fio: new package
[Thomas: add largefile and thread dependencies, bump to version 2.1.4, use upstream Git instead of Debian tarballs, adjust license information] Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
b7cac3e86e
commit
43e9128600
13
package/fio/Config.in
Normal file
13
package/fio/Config.in
Normal file
@@ -0,0 +1,13 @@
|
||||
config BR2_PACKAGE_FIO
|
||||
bool "fio"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
depends on BR2_LARGEFILE
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
help
|
||||
fio is an I/O tool meant to be used both for benchmark
|
||||
and stress/hardware verification.
|
||||
|
||||
http://git.kernel.dk/?p=fio.git;a=summary
|
||||
|
||||
comment "fio needs a toolchain w/ largefile, threads"
|
||||
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
|
||||
Reference in New Issue
Block a user