From a24d0161f6b511f2c62ef6a36bf966ad04df34a5 Mon Sep 17 00:00:00 2001 From: Kevin Hao Date: Wed, 7 Apr 2021 20:18:12 +0800 Subject: Revert "inittab: Add getty launch on hvc0 for qemuppc64" This reverts commit ed69ef20167da0986bc9363d1a91e62001995af4. The console entry has already been added into /etc/inittab based on the SERIAL_CONSOLES. So drop this redundant entry. (From OE-Core rev: 633f0c6b74e3caa2bae52ca60c61b811b7b2215d) Signed-off-by: Kevin Hao Signed-off-by: Richard Purdie --- meta/recipes-core/busybox/busybox-inittab_1.33.0.bb | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta/recipes-core/busybox') diff --git a/meta/recipes-core/busybox/busybox-inittab_1.33.0.bb b/meta/recipes-core/busybox/busybox-inittab_1.33.0.bb index 0021e45511..3804f4f7b2 100644 --- a/meta/recipes-core/busybox/busybox-inittab_1.33.0.bb +++ b/meta/recipes-core/busybox/busybox-inittab_1.33.0.bb @@ -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 -- cgit v1.2.3-54-g00ecf