systemd: clean up serial port handling some more and fix the screen clearing problem

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-06-30 00:27:54 +02:00
parent 8a12ecca32
commit 56485baea5
2 changed files with 10 additions and 4 deletions
@@ -32,12 +32,12 @@ do_install() {
fi
}
PACKAGES = "{$PN} ${PN}-dbg ${PN}-dev ${PN}-doc"
PACKAGES = "${PN} ${PN}-dbg ${PN}-dev ${PN}-doc"
RRECOMMENDS_${PN} = ""
RDEPENDS_${PN} = "systemd"
# This is a machine specific file
FILES_${PN} = "${base_libdir}/systemd/system/serial-getty@.service ${sysconfdir}/systemd/system/getty.target.wants/getty@${@get_console(bb, d)}.service"
FILES_${PN} = "${base_libdir}/systemd/system/serial-getty@.service ${sysconfdir}"
PACKAGE_ARCH = "${MACHINE_ARCH}"