19 lines
661 B
Plaintext
19 lines
661 B
Plaintext
|
|
PACKAGECONFIG += "oem-ibm"
|
||
|
|
PACKAGECONFIG[oem-ibm] = "-Doem-ibm=enabled, -Doem-ibm=disabled, , squashfs-tools"
|
||
|
|
|
||
|
|
EXTRA_OEMESON += " \
|
||
|
|
-Dsoftoff-timeout-seconds=2700 \
|
||
|
|
"
|
||
|
|
|
||
|
|
#5 second timeout defined inside PLDM has seen issues during reset reload
|
||
|
|
#so increasing that to 10 seconds here.IBMs custom firmware stack can tolerate
|
||
|
|
#PLDM timeouts of up to 20 seconds, so using timeout value of 10 seconds is safe.
|
||
|
|
EXTRA_OEMESON += " \
|
||
|
|
-Ddbus-timeout-value=10 \
|
||
|
|
"
|
||
|
|
|
||
|
|
SYSTEMD_SERVICE:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'oem-ibm', \
|
||
|
|
'pldm-create-phyp-nvram.service \
|
||
|
|
pldm-create-phyp-nvram-cksum.service \
|
||
|
|
', '', d)}"
|