commit | 5203602888ecd350bafc941b932ad3e01350be19 | [log] [tgz] |
---|---|---|
author | Tim Chao <Tim.Chao@quantatw.com> | Wed Aug 23 17:12:28 2023 +0800 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Mon Oct 02 20:34:36 2023 +0000 |
tree | f914f81a1da27ec6314c7a6527347fff93b9236b | |
parent | fd9c361724d02d5f84b354a1f9887067d26df4e9 [diff] |
Watchdog: Add Notlog setting function Add function to set Notlog property to implement the function of the watchdog not recording logs. Related commit: https://gerrit.openbmc.org/c/openbmc/phosphor-dbus-interfaces/+/66240 https://gerrit.openbmc.org/c/openbmc/phosphor-watchdog/+/66242 Change-Id: Ia90c345a72f8f877aa8f8216337a1267f09b839a Signed-off-by: Tim Chao <Tim.Chao@quantatw.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