diff options
author | leimaohui <leimaohui@cn.fujitsu.com> | 2019-03-22 14:58:10 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-04-06 08:22:22 -0700 |
commit | f070bf7d11a528a7ed26996b12435c486c554871 (patch) | |
tree | 2c84ed34b0f05b7eb4fffdeb5347e6439f187f88 /meta-oe/recipes-benchmark | |
parent | 9b454233e847f7b33fc1cb9e082f61ecd6d69adb (diff) | |
download | meta-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.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" |