diff options
Diffstat (limited to 'meta-oe/recipes-core/ndctl/ndctl_v73.bb')
| -rw-r--r-- | meta-oe/recipes-core/ndctl/ndctl_v73.bb | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/ndctl/ndctl_v73.bb b/meta-oe/recipes-core/ndctl/ndctl_v73.bb new file mode 100644 index 0000000000..c88d392970 --- /dev/null +++ b/meta-oe/recipes-core/ndctl/ndctl_v73.bb | |||
| @@ -0,0 +1,35 @@ | |||
| 1 | SUMMARY = "libnvdimm utility library" | ||
| 2 | DESCRIPTION = "Utility library for managing the libnvdimm \ | ||
| 3 | (non-volatile memory device) sub-system in the Linux kernel. \ | ||
| 4 | The LIBNVDIMM subsystem provides support for three types of \ | ||
| 5 | NVDIMMs, namely,PMEM, BLK, and NVDIMM devices that can \ | ||
| 6 | simultaneously support both PMEM and BLK mode access." | ||
| 7 | HOMEPAGE = "https://git.kernel.org/cgit/linux/kernel/git/nvdimm/nvdimm.git/tree/Documentation/nvdimm/nvdimm.txt?h=libnvdimm-for-next" | ||
| 8 | LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later & MIT & CC0-1.0" | ||
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=74a614eac8b2657a4b8e6607421a0883" | ||
| 10 | |||
| 11 | inherit meson pkgconfig bash-completion systemd | ||
| 12 | |||
| 13 | SRCREV = "dd58d43458943d20ff063850670bf54a5242c9c5" | ||
| 14 | SRC_URI = "git://github.com/pmem/ndctl.git;branch=main;protocol=https \ | ||
| 15 | file://0001-util-Correct-path-to-iniparser.h.patch \ | ||
| 16 | file://0001-meson-Use-pkg-config-to-detect-iniparser.patch" | ||
| 17 | |||
| 18 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>v\d+(\.\d+)*)" | ||
| 19 | |||
| 20 | DEPENDS = "kmod udev json-c keyutils iniparser" | ||
| 21 | |||
| 22 | S = "${WORKDIR}/git" | ||
| 23 | |||
| 24 | EXTRA_OECONF += "-Ddestructive=enabled" | ||
| 25 | |||
| 26 | PACKAGECONFIG ??= "tests ${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}" | ||
| 27 | PACKAGECONFIG[systemd] = "-Dsystemd=enabled,-Dsystemd=disabled,systemd" | ||
| 28 | PACKAGECONFIG[tests] = "-Dtest=enabled, -Dtest=disabled," | ||
| 29 | PACKAGECONFIG[docs] = "-Ddocs=enabled -Dasciidoctor=enabled,-Ddocs=disabled -Dasciidoctor=disabled, asciidoc-native" | ||
| 30 | |||
| 31 | SYSTEMD_PACKAGES = "${@bb.utils.contains('DISTRO_FEATURES','systemd','${PN}','',d)}" | ||
| 32 | SYSTEMD_SERVICE:${PN} = "ndctl-monitor.service daxdev-reconfigure@.service" | ||
| 33 | SYSTEMD_AUTO_ENABLE:${PN} = "disable" | ||
| 34 | |||
| 35 | FILES:${PN} += "${datadir}/daxctl/daxctl.conf " | ||
