summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/ndctl/ndctl_v78.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-05-14 17:09:42 +0800
committerKhem Raj <raj.khem@gmail.com>2024-05-19 08:27:53 -0700
commit9833bfcd752f8c29be4ee9407ecac6f5e4bd91c6 (patch)
treee2c1eff25bba7b728d5c8e10c05e9d4a71069ed7 /meta-oe/recipes-core/ndctl/ndctl_v78.bb
parent03656602abea72bdbabf2845650f95b92eec4e36 (diff)
downloadmeta-openembedded-9833bfcd752f8c29be4ee9407ecac6f5e4bd91c6.tar.gz
ndctl: upgrade v78 -> v79
Changelog: =========== - incorporates functionality up to and including the 6.9 kernel. - Highlights include test and build fixes a new cxl-wait-sanitize command, support for QOS Class in cxl-create-region, and a new cxl-set-alert-config command. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core/ndctl/ndctl_v78.bb')
-rw-r--r--meta-oe/recipes-core/ndctl/ndctl_v78.bb34
1 files changed, 0 insertions, 34 deletions
diff --git a/meta-oe/recipes-core/ndctl/ndctl_v78.bb b/meta-oe/recipes-core/ndctl/ndctl_v78.bb
deleted file mode 100644
index 907c02c7c..000000000
--- a/meta-oe/recipes-core/ndctl/ndctl_v78.bb
+++ /dev/null
@@ -1,34 +0,0 @@
1SUMMARY = "libnvdimm utility library"
2DESCRIPTION = "Utility library for managing the libnvdimm \
3(non-volatile memory device) sub-system in the Linux kernel. \
4The LIBNVDIMM subsystem provides support for three types of \
5NVDIMMs, namely,PMEM, BLK, and NVDIMM devices that can \
6simultaneously support both PMEM and BLK mode access."
7HOMEPAGE = "https://git.kernel.org/cgit/linux/kernel/git/nvdimm/nvdimm.git/tree/Documentation/nvdimm/nvdimm.txt?h=libnvdimm-for-next"
8LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later & MIT & CC0-1.0"
9LIC_FILES_CHKSUM = "file://COPYING;md5=74a614eac8b2657a4b8e6607421a0883"
10
11inherit meson pkgconfig bash-completion systemd
12
13SRCREV = "a871e6153b11fe63780b37cdcb1eb347b296095c"
14SRC_URI = "git://github.com/pmem/ndctl.git;branch=main;protocol=https \
15 file://0001-include-libgen.h-for-basename.patch"
16
17UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>v\d+(\.\d+)*)"
18
19DEPENDS = "kmod udev json-c keyutils iniparser libtraceevent libtracefs"
20
21S = "${WORKDIR}/git"
22
23EXTRA_OEMESON += "-Ddestructive=enabled -Diniparserdir=${STAGING_INCDIR}/iniparser"
24
25PACKAGECONFIG ??= "tests ${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}"
26PACKAGECONFIG[systemd] = "-Dsystemd=enabled,-Dsystemd=disabled,systemd"
27PACKAGECONFIG[tests] = "-Dtest=enabled, -Dtest=disabled,"
28PACKAGECONFIG[docs] = "-Ddocs=enabled -Dasciidoctor=enabled,-Ddocs=disabled -Dasciidoctor=disabled, asciidoc-native"
29
30SYSTEMD_PACKAGES = "${@bb.utils.contains('DISTRO_FEATURES','systemd','${PN}','',d)}"
31SYSTEMD_SERVICE:${PN} = "ndctl-monitor.service daxdev-reconfigure@.service"
32SYSTEMD_AUTO_ENABLE:${PN} = "disable"
33
34FILES:${PN} += "${datadir}/daxctl/daxctl.conf ${nonarch_libdir}/systemd/system"