diff options
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-support/ipmctl/ipmctl_03.00.00.0499.bb')
| -rw-r--r-- | dynamic-layers/openembedded-layer/recipes-support/ipmctl/ipmctl_03.00.00.0499.bb | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-support/ipmctl/ipmctl_03.00.00.0499.bb b/dynamic-layers/openembedded-layer/recipes-support/ipmctl/ipmctl_03.00.00.0499.bb new file mode 100644 index 00000000..695e29e9 --- /dev/null +++ b/dynamic-layers/openembedded-layer/recipes-support/ipmctl/ipmctl_03.00.00.0499.bb | |||
| @@ -0,0 +1,47 @@ | |||
| 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 | BSD-2-Clause" | ||
| 15 | LIC_FILES_CHKSUM = "file://LICENSE;md5=72b9da60da6219d612ce30b746a0fe71 \ | ||
| 16 | file://edk2/License.txt;md5=6123e5bf044a66db96c4ce88a36b2d08" | ||
| 17 | |||
| 18 | SRC_URI = "git://github.com/intel/ipmctl.git;protocol=https;branch=master_3_0;name=ipmctl; \ | ||
| 19 | git://github.com/tianocore/edk2.git;protocol=https;name=edk2;destsuffix=git/edk2;branch=master \ | ||
| 20 | file://0001-Ignore-STATIC_ASSERTs-and-NULL-define-for-os-and-ut-builds.patch;patchdir=edk2 \ | ||
| 21 | file://0001-CMakeLists-disable-Werror.patch \ | ||
| 22 | " | ||
| 23 | |||
| 24 | SRCREV_ipmctl = "a71f2fb1c90dd07f9862b71c789881132193e8f9" | ||
| 25 | #tag edk2-stable202408 | ||
| 26 | SRCREV_edk2 = "b158dad150bf02879668f72ce306445250838201" | ||
| 27 | SRCREV_FORMAT = "ipmctl_edk2" | ||
| 28 | |||
| 29 | S = "${WORKDIR}/git" | ||
| 30 | |||
| 31 | inherit cmake dos2unix | ||
| 32 | |||
| 33 | DEPENDS = "ndctl pkgconfig-native" | ||
| 34 | |||
| 35 | EXTRA_OECMAKE = "-DRELEASE=ON" | ||
| 36 | |||
| 37 | do_configure:prepend() { | ||
| 38 | for dir in BaseTools MdeModulePkg MdePkg ShellPkg ; do | ||
| 39 | ln -sf edk2/${dir} ${S} | ||
| 40 | done | ||
| 41 | } | ||
| 42 | |||
| 43 | do_install:append() { | ||
| 44 | # Remove /var/log/ipmctl as anything created in /var/log will not be | ||
| 45 | # available when tmpfs is mounted at /var/volatile/log. | ||
| 46 | rm -rf ${D}${localstatedir}/log | ||
| 47 | } | ||
