commit | 4fc7b69ec4cabe9e9fd20ea6f038e37493118de5 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Oct 05 10:00:19 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Oct 05 10:00:26 2023 -0500 |
tree | 2f9926e9f86db3ecb1a701945420e5ecb7585743 | |
parent | 085de48d5c43dccd7c3d5e3aa54250bed8ba741c [diff] |
Revert "Watchdog: Add Notlog setting function" This reverts commit 5203602888ecd350bafc941b932ad3e01350be19. The dbus interfaces and the implementation of this in phosphor-watchdog was abandoned without being merged. We need to revert this in order to get phosphor-host-ipmi SRCREV updates moving. Change-Id: I26562c09b180b68baf9c04f6b4ac6ef57129a0ad Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
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