systemd-serialgetty: use better default SERIAL_CONSOLE

* having /dev/ttySO fails with:
  | ln: failed to create symbolic link
  `/OE/shr-core/tmp/work/nokia900-oe-linux-gnueabi/systemd-serialgetty-1.0-r0/image/etc/systemd/system/getty.target.wants/serial-getty@/dev/ttyS0.service':
  No such file or directory

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2011-10-29 11:03:40 +02:00
parent 8f79297046
commit 592e24e043
@@ -2,7 +2,9 @@ DESCRIPTION = "Systemd serial config"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=751419260aa954499f7abaabaa882bbe"
SERIAL_CONSOLE ?= "115200 /dev/ttyS0"
PR = "r1"
SERIAL_CONSOLE ?= "115200 ttyS0"
SRC_URI = "file://LICENSE \
file://serial-getty@.service"