From baebf863ea11dbbcfea55a5877f4be0e85c1f37b Mon Sep 17 00:00:00 2001 From: "gilles.talis@gmail.com" Date: Mon, 25 Mar 2013 09:26:05 +0000 Subject: IOzone: new package [Peter: lower case package name, strip trailing newline] Signed-off-by: Gilles Talis Acked-by: Gustavo Zacarias Tested-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/iozone/Config.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/iozone/Config.in (limited to 'package/iozone/Config.in') diff --git a/package/iozone/Config.in b/package/iozone/Config.in new file mode 100644 index 000000000..5481ca15e --- /dev/null +++ b/package/iozone/Config.in @@ -0,0 +1,12 @@ +config BR2_PACKAGE_IOZONE + bool "iozone" + depends on BR2_LARGEFILE + depends on BR2_USE_MMU # fork() + help + IOzone is a filesystem benchmark tool. + The benchmark generates and measures a variety of file operations + + http://www.iozone.org/ + +comment "IOzone requires a toolchain with LARGEFILE support" + depends on !BR2_LARGEFILE -- cgit v1.2.3