commit | dbf66e1b49603a51c128e941d18759856d220bcf | [log] [tgz] |
---|---|---|
author | Thang Tran <thuutran@amperecomputing.com> | Thu Sep 21 13:07:24 2023 +0700 |
committer | Thang Tran <thuutran@amperecomputing.com> | Mon Nov 06 02:30:44 2023 +0000 |
tree | 8a428849dc9db188b34725bba82fc406c7ca78dc | |
parent | 57f4941c2c4863f235fc229fa1988a3b02557a58 [diff] |
dbus-sdr: remove redundant Get/Set SEL time commands In the dbus-sdr, the Set SEL time command is not implemented, it is an dummy function. Beside that the Get SEL command does not refer to dbus interface to get the SEL time, it is geting directly from hardware. Both Set/Get SEL time commands are implemented in storagehandler.cpp file, therefore, we should remove redundant commands in the dbus-sdr. Tested: 1. Disable NTP $timedatectl set-ntp false 2. Request to Set SEL time $ipmitool sel time set "12/31/2020 12:00:00" 12/31/20 00:00:00 UTC 3. Request to Get SEL time $ipmitool sel time get 12/31/20 00:00:03 UTC Change-Id: I8545d4a604c2f01f5c771be99cff9a638d08d54d Signed-off-by: Thang Tran <thuutran@amperecomputing.com>
meson builddir ninja -C builddir
meson builddir -Dbuildtype=minsize -Db_lto=true -Dtests=disabled ninja -C builddir
If any of the dependencies are not found on the host system during configuration, meson automatically gets them via its wrap dependencies mentioned in ipmid/subprojects
.
meson builddir -Dwrap_mode=nofallback ninja -C builddir
meson builddir -Dbuildtype=debug ninja -C builddir
meson builddir -Db_coverage=true -Dtests=enabled ninja -C builddir test ninja -C builddir coverage