From 8db999c70c97514f4fe835a167c65c46250e12a4 Mon Sep 17 00:00:00 2001 From: Thuy Tran Date: Mon, 25 Dec 2017 18:52:58 +0700 Subject: Revert "rcar-gen3: systemd: WORKAROUND to fix timeout dev-ttySN.device" This fix is not necessary for rocko branch. Hence, we can remove it. This reverts commit d6eff077c4a3afbe39f8ee1b2ad1a19a716ce31c. Signed-off-by: Thuy Tran Signed-off-by: Takamitsu Honda --- meta-rcar-gen3/recipes-core/systemd/systemd_%.bbappend | 8 -------- 1 file changed, 8 deletions(-) (limited to 'meta-rcar-gen3/recipes-core/systemd/systemd_%.bbappend') diff --git a/meta-rcar-gen3/recipes-core/systemd/systemd_%.bbappend b/meta-rcar-gen3/recipes-core/systemd/systemd_%.bbappend index 1fe259a..f414a2b 100644 --- a/meta-rcar-gen3/recipes-core/systemd/systemd_%.bbappend +++ b/meta-rcar-gen3/recipes-core/systemd/systemd_%.bbappend @@ -1,9 +1 @@ PACKAGECONFIG_remove = "timesyncd" - -# Set journal RuntimeMaxSize to 64M as default to fix timeout -# dev-ttySN.device's when enable debug and use journal -# as systemd.log_target -do_install_append () { - sed -e 's/.*RuntimeMaxUse.*/RuntimeMaxUse=64M/' \ - -i ${D}${sysconfdir}/systemd/journald.conf -} -- cgit 1.2.3-korg