commit | 8366f0b287c171bbe30dbdaf3ca855838036c329 | [log] [tgz] |
---|---|---|
author | Willy Tu <wltu@google.com> | Fri Apr 29 05:00:17 2022 -0700 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Thu May 05 23:59:28 2022 +0000 |
tree | 025265899bfaea26b5fe8b821413aa1a9e9d2642 | |
parent | 363d8d529759de577866b926e1bf6fdea4d621a5 [diff] |
dbus-sdr: VR Event Status: Fix mode proprety fetch The dbus call to fetch the mode proprty was not working due to the variant return type. Fix it by just targeting string. Before: ``` ipmitool raw 0x4 0x2b 0xd8 Unable to send RAW command (channel=0x0 netfn=0x4 lun=0x0 cmd=0x2b rsp=0xce): Command response could not be provided ``` Tested: Working call. ``` ipmitool raw 0x4 0x2b 0xd8 00 04 00 00 00 ``` Change-Id: Ie07deeac676011fa6f0aff190d4ea1d13118c218 Signed-off-by: Willy Tu <wltu@google.com>
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
.