aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-core/systemd/systemd-serialgetty.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-core/systemd/systemd-serialgetty.bbappend')
-rw-r--r--common/recipes-core/systemd/systemd-serialgetty.bbappend8
1 files changed, 0 insertions, 8 deletions
diff --git a/common/recipes-core/systemd/systemd-serialgetty.bbappend b/common/recipes-core/systemd/systemd-serialgetty.bbappend
deleted file mode 100644
index dc786b1d..00000000
--- a/common/recipes-core/systemd/systemd-serialgetty.bbappend
+++ /dev/null
@@ -1,8 +0,0 @@
-# We would like to force baud rate on all
-# SERIAL_CONSOLES strip --keep-baud which
-# wouldn't allow this.
-do_install_prepend_amd() {
- if [ ! -z "${SERIAL_CONSOLES}" ] ; then
- sed -i -e s/\-\-keep\-baud//g ${WORKDIR}/serial-getty@.service
- fi
-}