diff options
-rw-r--r-- | meta-oe/recipes-benchmark/fio/fio_3.12.bb | 1 |
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" | |||
16 | PACKAGECONFIG_NUMA = "numa" | 16 | PACKAGECONFIG_NUMA = "numa" |
17 | # ARM does not currently support NUMA | 17 | # ARM does not currently support NUMA |
18 | PACKAGECONFIG_NUMA_arm = "" | 18 | PACKAGECONFIG_NUMA_arm = "" |
19 | PACKAGECONFIG_NUMA_armeb = "" | ||
19 | 20 | ||
20 | PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}" | 21 | PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}" |
21 | PACKAGECONFIG[numa] = ",--disable-numa,numactl" | 22 | PACKAGECONFIG[numa] = ",--disable-numa,numactl" |