commit | 785c780867e27dd1d1dd2d05a9d18f6bdf5a557f | [log] [tgz] |
---|---|---|
author | Luke Granger-Brown <lukegb@google.com> | Tue Aug 22 18:23:19 2023 +0000 |
committer | lukegb <lukegb@google.com> | Fri Aug 25 14:31:35 2023 +0000 |
tree | 7556b4c68cddedc462f118cbbe008c19d34d0ef0 | |
parent | 9bb4ce5401f401e9a4e96a158c772d27a9ea8e8a [diff] [blame] |
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"