aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark
diff options
context:
space:
mode:
authorYongxin Liu <yongxin.liu@windriver.com>2020-02-04 13:49:22 +0800
committerKhem Raj <raj.khem@gmail.com>2020-02-04 18:45:46 -0800
commit392484ae210034ca2e567c027bc670a49032aaaf (patch)
tree4f22e03312e07b6a1e3f7e4c2191b99baeea6aa9 /meta-oe/recipes-benchmark
parent2baea2b5822f117b41c26c6cedf14e118f437ddc (diff)
downloadmeta-openembedded-392484ae210034ca2e567c027bc670a49032aaaf.tar.gz
fio: Add support for PMDK engines
"pmemblk", "dev-dax" and "libpmem" engines are used for persistent memory. In order to enable them, add "pmem" to MACHINE_FEATURES in BSP conf. Signed-off-by: Yongxin Liu <yongxin.liu@windriver.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.17.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-benchmark/fio/fio_3.17.bb b/meta-oe/recipes-benchmark/fio/fio_3.17.bb
index 5a9cc8334c..482928c317 100644
--- a/meta-oe/recipes-benchmark/fio/fio_3.17.bb
+++ b/meta-oe/recipes-benchmark/fio/fio_3.17.bb
@@ -11,6 +11,7 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
DEPENDS = "libaio zlib coreutils-native"
+DEPENDS += "${@bb.utils.contains('MACHINE_FEATURES', 'pmem', 'pmdk', '', d)}"
RDEPENDS_${PN} = "python3-core bash"
PACKAGECONFIG_NUMA = "numa"