mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
systemd-serialgetty: Set S to prevent QA warning
(From OE-Core rev: c3c240138a38799b611fcc695a51e0c188aa1327) (From OE-Core rev: 344ed7576603a8202c08a6d28477ef43774a62a8) (From OE-Core rev: 12d210928c12671dcc98d388f957455e6590c086) Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
65a51fe6bf
commit
ef7eb171a4
@@ -8,6 +8,8 @@ SERIAL_CONSOLE ?= "115200 ttyS0"
|
||||
|
||||
SRC_URI = "file://serial-getty@.service"
|
||||
|
||||
S = "${WORKDIR}"
|
||||
|
||||
do_install() {
|
||||
if [ ! -z "${SERIAL_CONSOLES}" ] ; then
|
||||
default_baudrate=`echo "${SERIAL_CONSOLES}" | sed 's/\;.*//'`
|
||||
|
||||
Reference in New Issue
Block a user