diff options
| author | Yongxin Liu <yongxin.liu@windriver.com> | 2019-12-30 14:58:40 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-12-30 16:57:14 -0800 |
| commit | 0144d06c219dee8679af0b6fe4e48adfb4b96204 (patch) | |
| tree | f03dc1aaee404ec5ad5d9f15af1a36fbb369fe93 /meta-oe/recipes-core/ndctl/ndctl_v67.bb | |
| parent | 50efd9b51befb593e68eacf7aa7cacf2e6af7d17 (diff) | |
| download | meta-openembedded-0144d06c219dee8679af0b6fe4e48adfb4b96204.tar.gz | |
ndctl: Upgrade to v67
Signed-off-by: Yongxin Liu <yongxin.liu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core/ndctl/ndctl_v67.bb')
| -rw-r--r-- | meta-oe/recipes-core/ndctl/ndctl_v67.bb | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/ndctl/ndctl_v67.bb b/meta-oe/recipes-core/ndctl/ndctl_v67.bb new file mode 100644 index 0000000000..da0c6563a7 --- /dev/null +++ b/meta-oe/recipes-core/ndctl/ndctl_v67.bb | |||
| @@ -0,0 +1,32 @@ | |||
| 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 = "GPLv2+" | ||
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=e66651809cac5da60c8b80e9e4e79e08" | ||
| 10 | |||
| 11 | inherit autotools-brokensep pkgconfig bash-completion systemd | ||
| 12 | |||
| 13 | SRCREV = "637bb424dc317a044c722a671355ef9df0e0d30f" | ||
| 14 | SRC_URI = "git://github.com/pmem/ndctl.git" | ||
| 15 | |||
| 16 | DEPENDS = "kmod udev json-c keyutils" | ||
| 17 | |||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | |||
| 20 | EXTRA_OECONF += "--enable-test --enable-destructive --disable-docs" | ||
| 21 | |||
| 22 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}" | ||
| 23 | PACKAGECONFIG[systemd] = "--with-systemd, --without-systemd, systemd" | ||
| 24 | |||
| 25 | do_configure_prepend() { | ||
| 26 | ${S}/autogen.sh | ||
| 27 | } | ||
| 28 | |||
| 29 | SYSTEMD_SERVICE_${PN} = "ndctl-monitor.service" | ||
| 30 | SYSTEMD_AUTO_ENABLE_${PN} = "disable" | ||
| 31 | |||
| 32 | FILES_${PN} += "${datadir}/daxctl/daxctl.conf" | ||
