commit | 61880885c96da8db8bad2ef97f837c7398770b18 | [log] [tgz] |
---|---|---|
author | Brian Ma <chma0@nuvoton.com> | Fri Jul 15 09:34:07 2022 +0800 |
committer | Tim Lee <timlee660101@gmail.com> | Thu Aug 04 01:03:55 2022 +0000 |
tree | 3fba6f07396450bd65d6acc5390963cc575dd25b | |
parent | 886d6840c972bee95ff76c35463325cb1f7e79ef [diff] |
Fix get session info return wrong session handle Test: ~$ ipmitool -I lanplus -H 10.103.152.117 -U root -P 0penBmc sol activate ~$ ipmitool -I lanplus -H 10.103.152.147 -U root -P 0penBmc session info all Signed-off-by: Brian Ma <chma0@nuvoton.com> Change-Id: I8a6b29783ea26ff92c4f8cd73bbcef1a70e10c14
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