mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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>
This commit is contained in:
@@ -11,6 +11,7 @@ LICENSE = "GPLv2"
|
|||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||||
|
|
||||||
DEPENDS = "libaio zlib coreutils-native"
|
DEPENDS = "libaio zlib coreutils-native"
|
||||||
|
DEPENDS += "${@bb.utils.contains('MACHINE_FEATURES', 'pmem', 'pmdk', '', d)}"
|
||||||
RDEPENDS_${PN} = "python3-core bash"
|
RDEPENDS_${PN} = "python3-core bash"
|
||||||
|
|
||||||
PACKAGECONFIG_NUMA = "numa"
|
PACKAGECONFIG_NUMA = "numa"
|
||||||
|
|||||||
Reference in New Issue
Block a user