All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: Awais Belal <awais_belal@mentor.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH][RFC] systemd-serialgetty: allow baud rate overriding
Date: Fri, 18 Mar 2016 17:35:17 -0700	[thread overview]
Message-ID: <53D8DD3F-C83D-4179-9974-28EE2960F85A@gmail.com> (raw)
In-Reply-To: <1457352632-4609-1-git-send-email-awais_belal@mentor.com>

[-- Attachment #1: Type: text/plain, Size: 1350 bytes --]


> On Mar 7, 2016, at 4:10 AM, Awais Belal <awais_belal@mentor.com> wrote:
> 
> In case a getty is required on a UART which is not being
> used as the kernel console, the current agetty invocation
> fails to obey the baud rate configured through the
> SERIAL_CONSOLES variable because it uses --keep-baud.
> 
> Signed-off-by: Awais Belal <awais_belal@mentor.com>
> ---
> meta/recipes-core/systemd/systemd-serialgetty/serial-getty@.service | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-core/systemd/systemd-serialgetty/serial-getty@.service b/meta/recipes-core/systemd/systemd-serialgetty/serial-getty@.service
> index 182167b..e8b027e 100644
> --- a/meta/recipes-core/systemd/systemd-serialgetty/serial-getty@.service
> +++ b/meta/recipes-core/systemd/systemd-serialgetty/serial-getty@.service
> @@ -21,7 +21,7 @@ IgnoreOnIsolate=yes
> 
> [Service]
> Environment="TERM=xterm"
> -ExecStart=-/sbin/agetty -8 -L --keep-baud %I @BAUDRATE@ $TERM
> +ExecStart=-/sbin/agetty -8 -L %I @BAUDRATE@ $TERM

this looks good.

> Type=idle
> Restart=always
> RestartSec=0
> --
> 1.9.1
> 
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 211 bytes --]

  parent reply	other threads:[~2016-03-19  0:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-07 12:10 [PATCH][RFC] systemd-serialgetty: allow baud rate overriding Awais Belal
2016-03-18 13:11 ` Belal, Awais
2016-03-19  0:35 ` Khem Raj [this message]
2016-03-21  9:37   ` Belal, Awais

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53D8DD3F-C83D-4179-9974-28EE2960F85A@gmail.com \
    --to=raj.khem@gmail.com \
    --cc=awais_belal@mentor.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.