summaryrefslogtreecommitdiff
path: root/meta-google/recipes-core
diff options
context:
space:
mode:
authorWilly Tu <wltu@google.com>2021-02-10 05:07:30 +0300
committerWilly Tu <wltu@google.com>2021-02-12 02:25:42 +0300
commit32ab91eb32bc982aab7f41bed9523e01d2d27381 (patch)
treeb4d0d9092ec0bd9f0724760ccf11bafde271aaec /meta-google/recipes-core
parent98120a8d82d81b2f88cf8cd201207e34824f5b4a (diff)
downloadopenbmc-32ab91eb32bc982aab7f41bed9523e01d2d27381.tar.xz
meta-google: recipes-core: systemd: Import from gBMC
Initial recipes-core/systemd code from gBMC. Google-Bug-Id: 179618484 Upstream: 8ac594bdf054082ca6dbe35c4345759fe4c31669 Change-Id: Ibe874e7558461485f2fbf74a2c4d1bbe222d809e Signed-off-by: Willy Tu <wltu@google.com>
Diffstat (limited to 'meta-google/recipes-core')
-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"