commit | 45aed6919d1d6ecdfbea93b6b596172d0b472ef7 | [log] [tgz] |
---|---|---|
author | Hieu Huynh <hieuh@os.amperecomputing.com> | Wed Oct 12 10:58:26 2022 +0000 |
committer | Hieu Huynh <hieuh@os.amperecomputing.com> | Sat Oct 15 02:57:18 2022 +0000 |
tree | 2f9590f31ab94d14d9fdd1773774150b8ebcaf50 | |
parent | 0a24e5cd3fb7f3f17e9c440fb8fb33bcffdfecfb [diff] |
Fix wrong UUID interface The system GUID should be get from the UUID interface [1] [1] https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/Common/UUID.interface.yaml#L4 Tested: 1. Get system GUID via ipmi command: $ ipmitool raw 0x06 0x37 de 01 70 5a 02 34 e5 ac ec 11 3b ed d8 8a 4d e7 2. The same as Redfish value: /redfish/v1/Systems/system Signed-off-by: Hieu Huynh <hieuh@os.amperecomputing.com> Change-Id: Ia57926cc9b8abad805dc9258ec159afceb0e8879
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