meta-quanta: gbs: Remove bmcweb

bmcweb is not used in gbs anymore and can be removed to avoid building
the recipe.

Change-Id: I23dd4f0d656bb4472d97b8cc2d0053fa31e6d5dc
Signed-off-by: Willy Tu <wltu@google.com>
diff --git a/meta-quanta/meta-gbs/recipes-phosphor/images/obmc-phosphor-image.bbappend b/meta-quanta/meta-gbs/recipes-phosphor/images/obmc-phosphor-image.bbappend
index 4a394a4..cd71698 100644
--- a/meta-quanta/meta-gbs/recipes-phosphor/images/obmc-phosphor-image.bbappend
+++ b/meta-quanta/meta-gbs/recipes-phosphor/images/obmc-phosphor-image.bbappend
@@ -26,9 +26,6 @@
 # Add back packages that were part of packagegroup-obmc-apps-extras
 OBMC_IMAGE_EXTRA_INSTALL:append:gbs = " phosphor-hwmon"
 OBMC_IMAGE_EXTRA_INSTALL:append:gbs = " phosphor-inventory-manager"
-# Required for obmc-bmcweb
-OBMC_IMAGE_EXTRA_INSTALL:append:gbs = " bmcweb"
-OBMC_IMAGE_EXTRA_INSTALL:append:gbs = " phosphor-certificate-manager"
 OBMC_IMAGE_EXTRA_INSTALL:append:gbs = " phosphor-user-manager"
 # Required for LEDs. Part of obmc-leds
 OBMC_IMAGE_EXTRA_INSTALL:append:gbs = " phosphor-led-manager"
diff --git a/meta-quanta/meta-gbs/recipes-phosphor/interfaces/bmcweb_%.bbappend b/meta-quanta/meta-gbs/recipes-phosphor/interfaces/bmcweb_%.bbappend
deleted file mode 100755
index 26856a7..0000000
--- a/meta-quanta/meta-gbs/recipes-phosphor/interfaces/bmcweb_%.bbappend
+++ /dev/null
@@ -1,8 +0,0 @@
-EXTRA_OEMESON:append:gbs = " \
-    -Dredfish-dbus-log=enabled \
-    -Dhttp-body-limit=40 \
-    "
-
-do_install:append:gbs(){
-    install -d ${D}${localstatedir}/lib/bmcweb
-}