commit | 71d21a13f88cb6857913d0546e258cf4a8f3e92c | [log] [tgz] |
---|---|---|
author | Oskar Senft <osk@google.com> | Tue Aug 13 17:01:26 2024 -0400 |
committer | George Liu <liuxiwei@ieisystem.com> | Wed May 07 00:27:31 2025 +0000 |
tree | 92d674a288864bc9b67be466a47f29513d699529 | |
parent | 5383121be5049f5c33f9b7c3b590ef808b5042f8 [diff] |
transporthandler: Return "not supported" on missing UART Baud property This change modifies the behavior of the getSolConfParams method for the NonVbitrate parameter to return "not supported" rather than "unspecified error". This allows `ipmitool` to continue rather than fail. Signed-off-by: Oskar Senft <osk@google.com> Change-Id: I2e5a852d39c7625009c08dcfc9f48cc21a1804a0
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