summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"