summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"