Skip to content

Commit

Permalink
Override pldm response time out value
Browse files Browse the repository at this point in the history
- This commit would override response time out value for a
  request to 4.8 seconds for all the ibm machines.

Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
Change-Id: Ic0eac42b66dbc2c6d69bff440fe590775f35e390
  • Loading branch information
manojkiraneda authored and rfrandse committed Aug 9, 2021
1 parent 69e9233 commit 574f6f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions meta-ibm/recipes-phosphor/pldm/pldm_%.bbappend
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
PACKAGECONFIG += "oem-ibm"
PACKAGECONFIG[oem-ibm] = "-Doem-ibm=enabled, -Doem-ibm=disabled, , squashfs-tools"

EXTRA_OEMESON_append = " \
-Dresponse-time-out=4800 \
"

SYSTEMD_SERVICE_${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'oem-ibm', 'pldm-create-phyp-nvram.service pldm-create-phyp-nvram-cksum.service', '', d)}"

0 comments on commit 574f6f8

Please sign in to comment.