commit | d7966892aae75d48bd6adabdaec4aede03818f3d | [log] [tgz] |
---|---|---|
author | Prithvi Pai <ppai@nvidia.com> | Sat Aug 02 18:40:13 2025 +0530 |
committer | Prithvi Pai <ppai@nvidia.com> | Tue Aug 05 00:51:55 2025 +0000 |
tree | d338136ccf430db1261a4d8a8992e79530932f67 | |
parent | bffaa1100755e28549d034251c6c2b3feb9c27cc [diff] |
Fix GetSystemGUID IPMI spec mentions the following ``` This command returns a GUID (Globally Unique ID), also referred to as a UUID (Universally Unique IDentifier),for the management controller. ``` The current implementation returns the UUID implemented by FRU, MCTP etc. On gb200nvl-bmc, the UUID returned was from a MCTP endpoint device. This goes against the spec as the UUID is not of management controller Tested: UUID now returned is from phosphor-settings-manager Change-Id: Ia914f126f3d8cab72b81cc13b237fa8d00f9d79c Signed-off-by: Prithvi Pai <ppai@nvidia.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