meta-google: glome: remove from layer

glome is now in the meta-security layer and shouldn't(*) be included
here.

glome-config is also removed; downstreams should bbappend glome to
overwrite /etc/glome/config.

(*) https://lore.kernel.org/all/Ys6zBXR+8AP3wjYG@heinlein.stwcx.org.github.beta.tailscale.net/

Tested:
Added meta-security layer to a build and tested downstream BMC build.

Link: https://gerrit.openbmc.org/id/I8e96a5c15a277c343ca38c32ad5b987944642008
Change-Id: I8e96a5c15a277c343ca38c32ad5b987944642008
Signed-off-by: Luke Granger-Brown <lukegb@google.com>
diff --git a/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend b/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend
index 207e7c5..4e6827d 100644
--- a/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend
+++ b/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend
@@ -5,7 +5,7 @@
 OBMC_IMAGE_EXTRA_INSTALL:append = " phosphor-ipmi-flash"
 OBMC_IMAGE_EXTRA_INSTALL:append = \
   '${@bb.utils.contains_any("MACHINE_FEATURES", "glome", \
-  " glome-config glome-login", "", d)}'
+  " glome-login", "", d)}'
 
 # Google BMC (gBMC) specific installs
 OBMC_IMAGE_EXTRA_INSTALL:append:gbmc = " iproute2 iproute2-ss"