[oe-commits] [meta-openembedded] 01/03: fio: Add support for PMDK engines

git at git.openembedded.org git at git.openembedded.org
Tue Feb 4 15:41:08 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit b88a5467b120722406b43d9eb033ae08dd672254
Author: Yongxin Liu <yongxin.liu at windriver.com>
AuthorDate: Tue Feb 4 13:49:22 2020 +0800

    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 at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-benchmark/fio/fio_3.17.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-benchmark/fio/fio_3.17.bb b/meta-oe/recipes-benchmark/fio/fio_3.17.bb
index 5a9cc83..482928c 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list