commit | 36627e829e61804a480b0fb4712542ba2bd241ff | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Tue Jul 08 13:53:25 2025 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Thu Jul 10 09:03:15 2025 +0800 |
tree | 033aa04fbcb4fd96e453992e5ec64d9680141094 | |
parent | c6848ff9626178bc9db66cb4fe2ab3110014a5a1 [diff] |
user_channel: Optimize ipmi complete code Since the custom return status code is only used in commands.cpp, optimize the ipmi status code and declare the return status code in commands.cpp. Change-Id: I198537e32e38edb9f5a9f8ff347323906bdc6703 Signed-off-by: George Liu <liuxiwei@ieisystem.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