aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark
diff options
context:
space:
mode:
authorleimaohui <leimaohui@cn.fujitsu.com>2019-03-22 14:58:10 +0800
committerKhem Raj <raj.khem@gmail.com>2019-04-06 08:22:22 -0700
commitf070bf7d11a528a7ed26996b12435c486c554871 (patch)
tree2c84ed34b0f05b7eb4fffdeb5347e6439f187f88 /meta-oe/recipes-benchmark
parent9b454233e847f7b33fc1cb9e082f61ecd6d69adb (diff)
downloadmeta-openembedded-f070bf7d11a528a7ed26996b12435c486c554871.tar.gz
Fix build error for armeb.
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark')
-rw-r--r--meta-oe/recipes-benchmark/fio/fio_3.12.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-benchmark/fio/fio_3.12.bb b/meta-oe/recipes-benchmark/fio/fio_3.12.bb
index 2deb42db99..e85e7c709b 100644
--- a/meta-oe/recipes-benchmark/fio/fio_3.12.bb
+++ b/meta-oe/recipes-benchmark/fio/fio_3.12.bb
@@ -16,6 +16,7 @@ RDEPENDS_${PN} = "python bash"
PACKAGECONFIG_NUMA = "numa"
# ARM does not currently support NUMA
PACKAGECONFIG_NUMA_arm = ""
+PACKAGECONFIG_NUMA_armeb = ""
PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}"
PACKAGECONFIG[numa] = ",--disable-numa,numactl"