aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2015-04-05 06:07:01 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2015-05-11 10:57:11 +0200
commita71a76d5526dfb71f623106ae22be40a11b88456 (patch)
tree93ef216cdffbb8d0b41a2fd80e96b7abbe22d859 /meta-oe/recipes-benchmark
parent4223fd233bd7fd2bb630de67fcf3a29825f00134 (diff)
downloadmeta-openembedded-contrib-a71a76d5526dfb71f623106ae22be40a11b88456.tar.gz
fio: Fix QA warnings
WAWARNING: QA Issue: fio rdepends on numactl, but it isn't a build dependency? [build-deps] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark')
-rw-r--r--meta-oe/recipes-benchmark/fio/fio_2.2.6.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-oe/recipes-benchmark/fio/fio_2.2.6.bb b/meta-oe/recipes-benchmark/fio/fio_2.2.6.bb
index 13534ccd66..82f9cd4238 100644
--- a/meta-oe/recipes-benchmark/fio/fio_2.2.6.bb
+++ b/meta-oe/recipes-benchmark/fio/fio_2.2.6.bb
@@ -10,7 +10,10 @@ SECTION = "console/tests"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
-DEPENDS = "libaio zlib"
+DEPENDS = "libaio zlib numactl"
+
+# ARM does not currently support NUMA
+COMPATIBLE_HOST = "^((?!arm).*)$"
# rev for v2.2.6
SRCREV = "f52c9691bc8c285f3445235c69acdfd6de7f9b82"