aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThuy Tran <thuy.tran.xh@renesas.com>2018-09-13 14:18:14 +0700
committerThuy Tran <thuy.tran.xh@renesas.com>2019-02-28 09:43:53 +0700
commit586510adc228c56a2c4c84943a889642b6e337eb (patch)
tree02a2b7e1fa39ed23ef35703194f7719c298845a3
parent8c65ee48730882afd0f99ac10acbbe46ecc5c48d (diff)
Revert "rcar-gen3: systemd: Do not save file descriptors when restarting Weston"
This issue have not occurred in systemd version 239. This reverts commit 8b9882947cf6e9508eacdf543bd88a07d88f6598. Signed-off-by: Thuy Tran <thuy.tran.xh@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
-rw-r--r--meta-rcar-gen3/recipes-core/systemd/systemd_%.bbappend10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta-rcar-gen3/recipes-core/systemd/systemd_%.bbappend b/meta-rcar-gen3/recipes-core/systemd/systemd_%.bbappend
index 99f8e7c..f414a2b 100644
--- a/meta-rcar-gen3/recipes-core/systemd/systemd_%.bbappend
+++ b/meta-rcar-gen3/recipes-core/systemd/systemd_%.bbappend
@@ -1,11 +1 @@
-require include/gles-control.inc
-
PACKAGECONFIG_remove = "timesyncd"
-
-# Avoid pushing opened device fds into PID1 by logind when restarting
-do_install_append () {
- if [ "X${USE_GLES}" = "X1" ]; then
- sed -e 's/FileDescriptorStoreMax=512/FileDescriptorStoreMax=0/' \
- -i ${D}/lib/systemd/system/systemd-logind.service
- fi
-}