summaryrefslogtreecommitdiff
path: root/meta-google/recipes-core/systemd/systemd_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-google/recipes-core/systemd/systemd_%.bbappend')
-rw-r--r--meta-google/recipes-core/systemd/systemd_%.bbappend5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-google/recipes-core/systemd/systemd_%.bbappend b/meta-google/recipes-core/systemd/systemd_%.bbappend
new file mode 100644
index 000000000..88065e2e0
--- /dev/null
+++ b/meta-google/recipes-core/systemd/systemd_%.bbappend
@@ -0,0 +1,5 @@
+# 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"