| commit | 530239b74572d2382a496fad0c87f0f5b5e5b0e0 | [log] [tgz] |
|---|---|---|
| author | NikhilaDande <nikhilad@ami.com> | Tue Sep 30 09:09:40 2025 +0530 |
| committer | krishna Raj <krishnar@ami.com> | Tue Oct 28 06:11:04 2025 +0000 |
| tree | 0632cfa3b5f1e6331df02fffd320c5365d710915 | |
| parent | 2be03014a9da82b9abcf64cec78a494657ebb9dd [diff] |
Fix for Set Chassis Capability Command - Current IPMI Set Chassis Capability command does not have support for excluding the Chassis Bridge Device Address which is optional. - Added support to make Chassis Bridge Device Address as optional. - Tested and verified Set and Get Chassis Capability commands. Change-Id: I1035667a4faad5402beb2fad7d062bdfacbdb19f Signed-off-by: Nikhila D <nikhilad@ami.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