commit | e759270df61285e8482dd087817dd09b6cfe2b26 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Thu Jul 03 15:48:02 2025 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Thu Aug 14 08:44:38 2025 +0800 |
tree | 15d3722de051264d921740de4f6d1e6c632df2bc | |
parent | 6823fd46c5e24f07d23ca02e495a3a4493629b18 [diff] |
sel entry: Use registerHandler instead of ipmi_register_callback Since ipmi_register_callback declared in api.h has been gradually deprecated, this submission is to use registerHandler instead of ipmi_register_callback. Change-Id: I706897d656dccc779fe5b0763c1f6c8feb21e89b 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