diff options
| author | Naveen Saini <naveen.kumar.saini@intel.com> | 2021-04-01 09:49:38 +0800 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2021-04-01 10:03:45 +0800 |
| commit | fa5566a9fd8a282e79d8f2f59314fd8ef0bae4c1 (patch) | |
| tree | 74f17ad6f0e844638a4a0adae925245fecb818fa | |
| parent | f5c204c99b669d6dea12abbc19e8f7462379095c (diff) | |
| download | meta-intel-fa5566a9fd8a282e79d8f2f59314fd8ef0bae4c1.tar.gz | |
ipmctl: add recipe
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 <naveen.kumar.saini@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
| -rw-r--r-- | dynamic-layers/openembedded-layer/recipes-support/ipmctl/ipmctl_02.00.00.3869.bb | 27 |
1 files changed, 27 insertions, 0 deletions
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 @@ | |||
| 1 | SUMMARY = "Utility for managing Intel Optane DC persistent memory modules" | ||
| 2 | DESCRIPTION = "Utility for configuring and managing Intel Optane Persistent \ | ||
| 3 | Memory modules (PMem). It supports functionality to: \ | ||
| 4 | Discover DCPMMs on the platform. \ | ||
| 5 | Provision the platform memory configuration. \ | ||
| 6 | View and update the firmware on DCPMMs. \ | ||
| 7 | Configure data-at-rest security on DCPMMs. \ | ||
| 8 | Track health and performance of DCPMMs. \ | ||
| 9 | Debug and troubleshoot DCPMMs." | ||
| 10 | |||
| 11 | HOMEPAGE = "https://github.com/intel/ipmctl" | ||
| 12 | BUGTRACKER = "https://github.com/intel/ipmctl/issues" | ||
| 13 | |||
| 14 | LICENSE = "BSD-3-Clause" | ||
| 15 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a3eb8e660b3e1c7257002b6fe4141d4f \ | ||
| 16 | file://thirdpartynotice.txt;md5=cba483cb16e3fc688a1e366c75800e91" | ||
| 17 | |||
| 18 | SRC_URI = "git://github.com/intel/ipmctl.git;branch=master_2_0;protocol=https" | ||
| 19 | |||
| 20 | SRCREV = "001596fa2c6a3b16dae0a74c004443edd0d01095" | ||
| 21 | S = "${WORKDIR}/git" | ||
| 22 | |||
| 23 | inherit cmake | ||
| 24 | |||
| 25 | DEPENDS = "ndctl" | ||
| 26 | |||
| 27 | EXTRA_OECMAKE = "-DRELEASE=ON" | ||
