recipes-core: sysvinit-inittab: Work around getty issue

This is a workaround for the naming of the console.

This doesn't work around the issue for systemd based builds.

Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
This commit is contained in:
Moritz Fischer
2018-04-07 23:48:11 +00:00
committed by Khem Raj
parent c01c8aad5b
commit b708de6a45

View File

@@ -0,0 +1,4 @@
do_install_append_freedom-u540() {
sed -i -e 's#/bin/start_getty#/sbin/getty#g' ${D}${sysconfdir}/inittab
sed -i '/tty1/d' ${D}${sysconfdir}/inittab
}