summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2022-10-18 00:01:35 +0300
committerWilly Tu <wltu@google.com>2022-10-29 12:15:20 +0300
commit623fa3ff363a3f5de664b8c7ca7f693824983b3f (patch)
tree3150094ee729a952af7428761a69fc0c5e88e759
parente21de0513b67769985b4a64a3fe2828e211d0674 (diff)
downloadopenbmc-623fa3ff363a3f5de664b8c7ca7f693824983b3f.tar.xz
meta-google: systemd: Drop obsolete overrides
These got updated in meta-phosphor in 305902e3c04e25ba769f3b682bf1dc39266e9447. Change-Id: Ie75a6b949323bce1ffb4260247730b3d78a1ee46 Signed-off-by: William A. Kennington III <wak@google.com>
-rw-r--r--meta-google/recipes-core/systemd/systemd_%.bbappend9
1 files changed, 0 insertions, 9 deletions
diff --git a/meta-google/recipes-core/systemd/systemd_%.bbappend b/meta-google/recipes-core/systemd/systemd_%.bbappend
index 5185a5eafa..34e44b4bda 100644
--- a/meta-google/recipes-core/systemd/systemd_%.bbappend
+++ b/meta-google/recipes-core/systemd/systemd_%.bbappend
@@ -1,11 +1,2 @@
-# We want to be able to manage our coredumps
-PACKAGECONFIG:append:gbmc = " coredump"
-
# Disable timesync as we don't use it and it makes rebooting much slower
PACKAGECONFIG:remove:gbmc = "timesyncd"
-
-# We don't need any legacy sysv rc compatability
-PACKAGECONFIG:remove:gbmc = "sysvinit"
-
-# We don't enable kernel modules
-PACKAGECONFIG:remove:gbmc = "kmod"