commit | 071d00c5eb9e1f6d180b7b88d9db2a88b49ff852 | [log] [tgz] |
---|---|---|
author | shamim ali <shamima@ami.com> | Wed Mar 02 15:42:46 2022 +0530 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Tue Mar 08 00:20:48 2022 +0000 |
tree | 47b6fc0f3f234534c741bfc01e6bd7af73961b0b | |
parent | e620803cafc182bd9ff3bf8324940f8e7ece84d8 [diff] |
Set Sel time response code fixed in ntp mode While setting the SEl time via Set Sel Time command with NTP enabled, getting unspecified error. SEL time can be set in Manual mode only. See Time Settings section in below link. https://github.com/openbmc/phosphor-time-manager TESTED: before: busctl get-property xyz.openbmc_project.Settings /xyz/openbmc_project/time/sync_method xyz.openbmc_project.Time.Synchronization TimeS yncMethod s "xyz.openbmc_project.Time.Synchronization.Method.NTP" ipmitool raw 0x0A 0x49 0x51 0xEF 0x99 0x07 Unable to send RAW command (channel=0x0 netfn=0xa lun=0x0 cmd=0x49 rsp=0xff): Unspecified error After: busctl get-property xyz.openbmc_project.Settings /xyz/openbmc_project/time/sync_method xyz.openbmc_project.Time.Synchronization TimeS yncMethod s "xyz.openbmc_project.Time.Synchronization.Method.NTP" ipmitool raw 0x0a 0x49 0xfe 0x0e 0x0 0x01 Unable to send RAW command (channel=0x0 netfn=0xa lun=0x0 cmd=0x49 rsp=0xd5): Command not supported in present state Signed-off-by: shamim ali <shamima@ami.com> Change-Id: If415a1a7c1e862cbbd4a724bb32390cf01d0f450
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.