Update bmcweb configuration settings
Add CPU LOG, PECI, Redfish Journal, and disable REST
DBUS.
Tested: The above features were selected
Change-Id: I0f6a5112693e34da262531acaadc1722d0a28fd0
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/meta-common/recipes-phosphor/interfaces/bmcweb_%.bbappend b/meta-common/recipes-phosphor/interfaces/bmcweb_%.bbappend
new file mode 100644
index 0000000..e5762d8
--- /dev/null
+++ b/meta-common/recipes-phosphor/interfaces/bmcweb_%.bbappend
@@ -0,0 +1,5 @@
+EXTRA_OECMAKE += "-DBMCWEB_ENABLE_REDFISH_CPU_LOG=ON \
+ -DBMCWEB_ENABLE_REDFISH_RAW_PECI=ON \
+ -DBMCWEB_ENABLE_REDFISH_BMC_JOURNAL=ON \
+ -DBMCWEB_ENABLE_DBUS_REST=OFF"
+