]> code.ossystems Code Review - openembedded-core.git/commitdiff
Revert "inittab: Add getty launch on hvc0 for qemuppc64"
authorKevin Hao <kexin.hao@windriver.com>
Wed, 7 Apr 2021 12:18:12 +0000 (20:18 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 18 Apr 2021 10:29:05 +0000 (11:29 +0100)
This reverts commit ed69ef20167da0986bc9363d1a91e62001995af4.

The console entry has already been added into /etc/inittab based
on the SERIAL_CONSOLES. So drop this redundant entry.

Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/busybox/busybox-inittab_1.33.0.bb
meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb

index 0021e45511d7d359948fb7120f2a9b9a26f99ba5..3804f4f7b2d0fc2c6a0b4479d80361a129684db3 100644 (file)
@@ -44,9 +44,6 @@ EOF
        fi
 
 }
-do_install_append_qemuppc64 () {
-            echo "9:12345:respawn:${base_sbindir}/getty 38400 hvc0" >> ${D}${sysconfdir}/inittab
-}
 
 pkg_postinst_${PN} () {
 # run this on host and on target
index 0af116f35cbd2bb785dbc052230190bc25df1ab3..d95d1a63f5c4df5f2e948a98926fd9efff1cf59d 100644 (file)
@@ -53,10 +53,6 @@ EOF
     fi
 }
 
-do_install_append_qemuppc64 () {
-            echo "9:12345:respawn:${base_sbindir}/getty 38400 hvc0" >> ${D}${sysconfdir}/inittab
-}
-
 pkg_postinst_${PN} () {
 # run this on host and on target
 if [ "${SERIAL_CONSOLES_CHECK}" = "" ]; then