aboutsummaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3/recipes-core/systemd/systemd-serialgetty.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-rcar-gen3/recipes-core/systemd/systemd-serialgetty.bbappend')
-rw-r--r--meta-rcar-gen3/recipes-core/systemd/systemd-serialgetty.bbappend6
1 files changed, 0 insertions, 6 deletions
diff --git a/meta-rcar-gen3/recipes-core/systemd/systemd-serialgetty.bbappend b/meta-rcar-gen3/recipes-core/systemd/systemd-serialgetty.bbappend
deleted file mode 100644
index f8d6e66..0000000
--- a/meta-rcar-gen3/recipes-core/systemd/systemd-serialgetty.bbappend
+++ /dev/null
@@ -1,6 +0,0 @@
-# W/A to fix serial-getty@.service timeout
-do_install_append () {
- sed -e "/Before=getty.target/a Before=getty@tty1.service" \
- -e "/.*RestartSec.*/d" \
- -i ${D}${systemd_unitdir}/system/serial-getty@.service
-}