commit | a0e545d3be961c62975718121e48b8b07740e38a | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Fri Jan 24 09:50:22 2025 +0800 |
committer | Vernon Mauery <vernon.mauery@gmail.com> | Mon Jun 09 18:36:40 2025 +0000 |
tree | 3ad0da659e971f6333bb18c0c6bd42d0127dc489 | |
parent | b6756b77bcbbae96b75e9cfc2719510d654d689f [diff] |
user_channel: Update the log of invalid channels When the channel is invalid, redundant logs will be recorded: ``` Channel is not valid Invalid channel ``` So the log in the isValidChannel method is deleted and the caller is responsible for recording. Change-Id: I190e9d428e9e6870e4cab4c571cf9ffd1e7caea1 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