summaryrefslogtreecommitdiffstats
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 2deb42db9..e85e7c709 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"
16PACKAGECONFIG_NUMA = "numa" 16PACKAGECONFIG_NUMA = "numa"
17# ARM does not currently support NUMA 17# ARM does not currently support NUMA
18PACKAGECONFIG_NUMA_arm = "" 18PACKAGECONFIG_NUMA_arm = ""
19PACKAGECONFIG_NUMA_armeb = ""
19 20
20PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}" 21PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}"
21PACKAGECONFIG[numa] = ",--disable-numa,numactl" 22PACKAGECONFIG[numa] = ",--disable-numa,numactl"