| commit | ff1b4bf10c8c713ebe332f9f8cc825f0fe6f8c87 | [log] [tgz] |
|---|---|---|
| author | Jian Zhang <zhangjian.3032@bytedance.com> | Tue Jun 28 16:08:26 2022 +0800 |
| committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Wed Jul 13 21:46:09 2022 +0000 |
| tree | 716327db71fd36b4b28c8535d9b5ff87049b6fb2 | |
| parent | f5684a12a3f79f62c054d147b153905a4895ac31 [diff] |
meson: Fix channel command invaild
Fix channel command invaild, `channelcommands.cpp` file is missing in
meson.build.
Tested:
ipmitool channel info 1
Channel 0x1 info:
Channel Medium Type : 802.3 LAN
Channel Protocol Type : IPMB-1.0
Session Support : multi-session
Active Session Count : 0
Protocol Vendor ID : 7154
Volatile(active) Settings
Alerting : enabled
Per-message Auth : enabled
User Level Auth : enabled
Access Mode : always available
Non-Volatile Settings
Alerting : enabled
Per-message Auth : enabled
User Level Auth : enabled
Access Mode : always available
Change-Id: I36436a78b4344087b4d079fa1775383005a0bd3d
Signed-off-by: Jian Zhang <zhangjian.3032@bytedance.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