summaryrefslogtreecommitdiff
path: root/meta-ibs/meta-common/recipes-core/systemd/systemd_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ibs/meta-common/recipes-core/systemd/systemd_%.bbappend')
-rw-r--r--meta-ibs/meta-common/recipes-core/systemd/systemd_%.bbappend11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-ibs/meta-common/recipes-core/systemd/systemd_%.bbappend b/meta-ibs/meta-common/recipes-core/systemd/systemd_%.bbappend
new file mode 100644
index 0000000000..2eb5330d88
--- /dev/null
+++ b/meta-ibs/meta-common/recipes-core/systemd/systemd_%.bbappend
@@ -0,0 +1,11 @@
+# add some configuration overrides for systemd defaults
+
+FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
+
+SRC_URI += "file://0002-Add-event-log-for-system-time-synchronization.patch \
+ "
+
+# We don't support loadable modules in kernel config
+PACKAGECONFIG:remove = "kmod"
+# Add systemd-logind service to get shutdown inhibition support
+PACKAGECONFIG:append = " logind"