Enable Rest API in bmcweb

Append -DBMCWEB_ENABLE_DBUS_REST=ON to enable Rest API for D-Bus objects.

Signed-off-by: Lei YU <yulei.sh@bytedance.com>
Change-Id: I4fb6261cdf0a56304a61f32dcd7f6a4d3e8c99ad
diff --git a/recipes-phosphor/interfaces/bmcweb_%.bbappend b/recipes-phosphor/interfaces/bmcweb_%.bbappend
new file mode 100644
index 0000000..6f62e69
--- /dev/null
+++ b/recipes-phosphor/interfaces/bmcweb_%.bbappend
@@ -0,0 +1 @@
+EXTRA_OECMAKE_append = " -DBMCWEB_ENABLE_DBUS_REST=ON"