gbmcweb: enable gbmcweb-google-common-plugins

Enable the google common plugins for gbmcweb by default.

Tested: b/316193729#comment4
Google-Bug-Id: b/316193729
Change-Id: I9716848acf6b0780d91fc22e2f5ce9284d740fbf
Signed-off-by: Hao Jiang <jianghao@google.com>
diff --git a/recipes-phosphor/interfaces/bmcweb_%.bbappend b/recipes-phosphor/interfaces/bmcweb_%.bbappend
index 7fa806c..cdfb6c5 100644
--- a/recipes-phosphor/interfaces/bmcweb_%.bbappend
+++ b/recipes-phosphor/interfaces/bmcweb_%.bbappend
@@ -249,4 +249,10 @@
 PACKAGECONFIG[gbmcweb-platform-plugins] = "-Dplatform-plugins=enabled,,gbmcweb-platform-plugins"
 # Relies on Google common plugin at compile time
 PACKAGECONFIG[gbmcweb-google-common-plugins] = "-Dgoogle-common-plugins=enabled,,gbmcweb-google-common-plugins"
+# Enable the gbmcweb-google-common-plugins by default
+PACKAGECONFIG:append = " gbmcweb-google-common-plugins"
+
+# remove the common plugin for kudo,
+# this line will be no longer needed after kudo deprecates entire bmcweb
+PACKAGECONFIG:remove:kudo = " gbmcweb-google-common-plugins"
 # gBMCWeb plugin system ends