aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThuy Tran <thuy.tran.xh@renesas.com>2018-09-13 14:18:14 +0700
committerKhang Nguyen <khang.nguyen.xw@renesas.com>2019-09-24 08:16:28 +0700
commit93980c5448f6b865108ab290b1d551e0bdc84bfb (patch)
tree626eadfce0ed95933d0967f7dc0821f16773ed73
parent6523aaba559fac157a48d5e3b0195f42bda01ce0 (diff)
Revert "rcar-gen3: systemd: Do not save file descriptors when restarting Weston"
This issue have not occurred since systemd version 239. This reverts commit 8b9882947cf6e9508eacdf543bd88a07d88f6598. Signed-off-by: Thuy Tran <thuy.tran.xh@renesas.com> Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: If9d2cc31cf6dbdfd9a5837ab6017845cde73514d
-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
-}