mirror of
git://git.yoctoproject.org/poky
synced 2026-08-14 02:40:42 +00:00
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 <kexin.hao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
bfbccfd85f
commit
a24d0161f6
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user