meta-amd: Remove bmcweb bbappend file

Remove bmcweb bbappend file as it is no longer required.
bmcweb works on AMD EthanolX with the default upstream cmake options.

Change-Id: I081b7c3e323ec0181872b6796837798d46daff53
Signed-off-by: Supreeth Venkatesh <supreeth.venkatesh@amd.com>
diff --git a/recipes-phosphor/interfaces/bmcweb_%.bbappend b/recipes-phosphor/interfaces/bmcweb_%.bbappend
deleted file mode 100644
index e009e58..0000000
--- a/recipes-phosphor/interfaces/bmcweb_%.bbappend
+++ /dev/null
@@ -1,10 +0,0 @@
-EXTRA_OECMAKE += "-DBMCWEB_ENABLE_KVM=OFF \
-                  -DBMCWEB_ENABLE_VM_WEBSOCKET=OFF \
-                  -DBMCWEB_ENABLE_DBUS_REST=ON \
-                  -DBMCWEB_ENABLE_REDFISH_CPU_LOG=OFF \
-                  -DBMCWEB_ENABLE_REDFISH_RAW_PECI=OFF \
-                  -DBMCWEB_ENABLE_REDFISH_DBUS_LOG_ENTRIES=ON \
-                  -DBMCWEB_INSECURE_DISABLE_XSS_PREVENTION=ON \
-                  -DBMCWEB_INSECURE_DISABLE_CSRF_PREVENTION=ON \
-                  -DBMCWEB_ENABLE_REDFISH_BMC_JOURNAL=ON "
-