ipmctl is a utility for configuring and managing Intel® Optane⢠Persistent Memory modules (PMem).
It supports functionality to: * Discover PMems on the platform. * Provision the platform memory configuration. * View and update the firmware on PMems. * Configure data-at-rest security on PMems. * Track health and performance of PMems. * Debug and troubleshoot PMems. * ipmctl refers to the following interface components: libipmctl: An Application Programming Interface (API) library for managing PMems. ipmctl: A Command Line Interface (CLI) application for configuring and managing PMems from the command line. Signed-off-by: Naveen Saini <[email protected]> --- .../ipmctl/ipmctl_02.00.00.3869.bb | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 dynamic-layers/openembedded-layer/recipes-support/ipmctl/ipmctl_02.00.00.3869.bb diff --git a/dynamic-layers/openembedded-layer/recipes-support/ipmctl/ipmctl_02.00.00.3869.bb b/dynamic-layers/openembedded-layer/recipes-support/ipmctl/ipmctl_02.00.00.3869.bb new file mode 100644 index 00000000..e424a390 --- /dev/null +++ b/dynamic-layers/openembedded-layer/recipes-support/ipmctl/ipmctl_02.00.00.3869.bb @@ -0,0 +1,27 @@ +SUMMARY = "Utility for managing Intel Optane DC persistent memory modules" +DESCRIPTION = "Utility for configuring and managing Intel Optane Persistent \ +Memory modules (PMem). It supports functionality to: \ +Discover DCPMMs on the platform. \ +Provision the platform memory configuration. \ +View and update the firmware on DCPMMs. \ +Configure data-at-rest security on DCPMMs. \ +Track health and performance of DCPMMs. \ +Debug and troubleshoot DCPMMs." + +HOMEPAGE = "https://github.com/intel/ipmctl" +BUGTRACKER = "https://github.com/intel/ipmctl/issues" + +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a3eb8e660b3e1c7257002b6fe4141d4f \ + file://thirdpartynotice.txt;md5=cba483cb16e3fc688a1e366c75800e91" + +SRC_URI = "git://github.com/intel/ipmctl.git;branch=master_2_0;protocol=https" + +SRCREV = "001596fa2c6a3b16dae0a74c004443edd0d01095" +S = "${WORKDIR}/git" + +inherit cmake + +DEPENDS = "ndctl" + +EXTRA_OECMAKE = "-DRELEASE=ON" -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6967): https://lists.yoctoproject.org/g/meta-intel/message/6967 Mute This Topic: https://lists.yoctoproject.org/mt/81766400/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
