Files
poky/meta/recipes-core
Geoff Parker 99d2fe8638 systemd-serialgetty: Replace sed quoting using ' with " to allow var expansion
A recent commit added single quotes around the sed regex's. This prevented the
expansion of $default_baudrate in do_install(), and ended up with systemd's'
serial-getty@.service file having a literal $default_baudrate.

This broke the serial console getty service.

serial-getty@.service was getting a line which looked like this:

  ExecStart=-/sbin/agetty -8 -L %I $default_baudrate $TERM

Rather than:

  ExecStart=-/sbin/agetty -8 -L %I 115200 $TERM

Fixed by repacing the single quotes with double quotes in the sed expressions.

(From OE-Core rev: 1cc94a6b9b6a9d12f782471053448ad9795944bb)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 80b721bfa4fe300a2f52f233f44fa2835426d304)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-09-22 23:34:40 +01:00
..
2020-07-02 16:12:36 +01:00
2020-09-17 12:51:24 +01:00
2019-10-15 14:16:12 +01:00
2019-01-08 11:16:44 +00:00
2015-01-23 11:36:27 +00:00
2020-01-27 16:48:10 +00:00
2018-09-04 11:03:55 +01:00
2020-06-23 11:40:46 +01:00
2020-09-17 12:51:24 +01:00
2020-05-14 16:45:42 +01:00
2020-03-06 08:19:18 +00:00
2020-01-10 21:18:22 +00:00
2020-02-28 23:11:28 +00:00
2019-12-28 23:25:41 +00:00
2019-03-29 08:28:52 +00:00