commit | 89f8280033a218c27cfa7ac933ef840ec1ea0b90 | [log] [tgz] |
---|---|---|
author | John Chung <john.chung@arm.com> | Tue Aug 05 16:57:31 2025 -0500 |
committer | John Chung <john.chung@arm.com> | Tue Aug 05 17:22:00 2025 -0500 |
tree | 038ce8098e24d449802d99930b1df1a3b8eb75dc | |
parent | d20670b77c5827430b9b5fc1f304f84dd36bd0ec [diff] |
serialbridge: Use std::tuple for sdbusplus read Update to use std::tuple variable for sdbusplus read, as the sdbusplus read templates have changed. Tested with ipmitool without error. Change-Id: Id079f27d70c8c966d2f486f535b88e5cb55504c6 Signed-off-by: John Chung <john.chung@arm.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