summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChicago Duan <duanzhijia01@inspur.com>2020-08-27 10:07:55 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-08-28 00:53:15 +0300
commitf42ff2ca54bf7129559fb93c3cee17c6ec8def14 (patch)
treebcff145bb90d898f3142f14848485f642b4c8338
parent9dcc3576640d1a2f6ad36571ec218983f42b866d (diff)
downloadopenbmc-f42ff2ca54bf7129559fb93c3cee17c6ec8def14.tar.xz
pldm: Add pldm-softpoweroff service and srcrev bump 1b180d8a6d..184f60263a
Add the pldmSoftPowerOff.service in the pldm_git.bb. srcrev bump 1b180d8a6d..184f60263a : Chicago Duan (1): soft-off: Send soft off request to the host and wait the host soft off responds (From meta-phosphor rev: 4236597f531f95e736714f35e43b13f8882187cc) Signed-off-by: Chicago Duan <duanzhijia01@inspur.com> Change-Id: If5cf32f01b6c554dca68f3a35a4bd71760c15e5f Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
-rw-r--r--meta-phosphor/recipes-phosphor/pldm/pldm.inc2
-rw-r--r--meta-phosphor/recipes-phosphor/pldm/pldm_git.bb1
2 files changed, 2 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/pldm/pldm.inc b/meta-phosphor/recipes-phosphor/pldm/pldm.inc
index ae6dca629..71cdaaca3 100644
--- a/meta-phosphor/recipes-phosphor/pldm/pldm.inc
+++ b/meta-phosphor/recipes-phosphor/pldm/pldm.inc
@@ -2,4 +2,4 @@ HOMEPAGE = "https://github.com/openbmc/pldm"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
SRC_URI = "git://github.com/openbmc/pldm"
-SRCREV = "1b180d8a6d3fa1be6a67e83bafb0cbdfa97ce4d8"
+SRCREV = "184f60263a0e4c3dda934d94ecb2a904ef835299"
diff --git a/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb b/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb
index 143daead9..82ed69c33 100644
--- a/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb
+++ b/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb
@@ -17,6 +17,7 @@ DEPENDS += "cli11"
S = "${WORKDIR}/git"
SYSTEMD_SERVICE_${PN} += "pldmd.service"
+SYSTEMD_SERVICE_${PN} += "pldmSoftPowerOff.service"
EXTRA_OEMESON = " \
-Dtests=disabled \