bmcweb: Enable Redfish DBus event logs by default
Most openpower systems use the dbus based logs, so this
will enable them by default.
Tested: Verified dbus implementation was enabled for bmcweb
on witherspoon
Change-Id: I22d7a54ba53e6e95ece2cb30dd32d83362d919fb
Signed-off-by: Anthony Wilson <wilsonan@us.ibm.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/recipes-phosphor/bmcweb/bmcweb_%.bbappend b/recipes-phosphor/bmcweb/bmcweb_%.bbappend
new file mode 100644
index 0000000..0765ddf
--- /dev/null
+++ b/recipes-phosphor/bmcweb/bmcweb_%.bbappend
@@ -0,0 +1 @@
+EXTRA_OECMAKE_df-openpower += "-DBMCWEB_ENABLE_REDFISH_DBUS_LOG_ENTRIES=ON"