[oe] [meta-oe][PATCH] Fix build error for armeb.

Lei Maohui leimaohui at cn.fujitsu.com
Fri Mar 22 06:58:10 UTC 2019


Signed-off-by: Lei Maohui <leimaohui at cn.fujitsu.com>
---
 meta-oe/recipes-benchmark/fio/fio_3.12.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-benchmark/fio/fio_3.12.bb b/meta-oe/recipes-benchmark/fio/fio_3.12.bb
index 2deb42d..e85e7c7 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"
-- 
2.7.4





More information about the Openembedded-devel mailing list