commit | 3e698a3ad5b926f3d7aff2856b9f77d6e5e43576 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Tue Aug 19 20:09:42 2025 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Mon Aug 25 07:13:29 2025 +0000 |
tree | ade9c99f5f7cace23889c0ec8b455d9840908761 | |
parent | 529d31c7b9ce70a1747b1f50b24b7ddcfaf8bc25 [diff] |
groupext: 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. Tested: ``` ~# ipmitool raw 0x2c 0x00 0xdc dc 00 ``` Change-Id: I26a2bfa0a6e54a38b196d97b6e2e80d5af25f3d9 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