All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: Hongmei Gou <a0271529@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [rocko/master] [PATCH v2] matrix-gui: update matrix-gui-2.0.service
Date: Tue, 4 Dec 2018 16:05:50 -0500	[thread overview]
Message-ID: <20181204210550.GU6887@beryl> (raw)
In-Reply-To: <1543955134-1464-1-git-send-email-a0271529@ti.com>

Ack

On Tue, Dec 04, 2018 at 03:25:34PM -0500, Hongmei Gou wrote:
> * Add "Requires=weston.service" to make matrix-gui start only after
>   weston has successfully started
> 
> * Match matrix-gui-2.0.service with SysVinit auto-generated service
>   to ensure reliable matrxi-gui startup from booting
> 
> Signed-off-by: Hongmei Gou <a0271529@ti.com>
> ---
> V2 change:
>   Remove "Before=thermal-zone-init.service" per the review
> 
>  .../recipes-core/matrix/matrix-gui/matrix-gui-2.0.service         | 8 ++++++++
>  meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bb           | 2 +-
>  2 files changed, 9 insertions(+), 1 deletion(-)
> 
> diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui/matrix-gui-2.0.service b/meta-arago-extras/recipes-core/matrix/matrix-gui/matrix-gui-2.0.service
> index 3ce1024..40a8f0f 100644
> --- a/meta-arago-extras/recipes-core/matrix/matrix-gui/matrix-gui-2.0.service
> +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui/matrix-gui-2.0.service
> @@ -1,9 +1,17 @@
>  [Unit]
>  Description=Matrix GUI
>  After=weston.service
> +Requires=weston.service
> +Before=graphical.target
>  
>  [Service]
>  Type=forking
> +Restart=no
> +TimeoutSec=5min
> +IgnoreSIGPIPE=no
> +KillMode=process
> +GuessMainPID=no
> +RemainAfterExit=yes
>  ExecStart=/etc/init.d/matrix-gui-2.0 start
>  
>  [Install]
> diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bb
> index c79f13e..064e27d 100644
> --- a/meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bb
> +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bb
> @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a886c9ef769b2d8271115d2502512e5d"
>  
>  SECTION = "multimedia"
>  
> -PR = "r36"
> +PR = "r37"
>  
>  SYSTEMD_SERVICE_${PN} = "matrix-gui-2.0.service"
>  
> -- 
> 1.9.1
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


      reply	other threads:[~2018-12-04 21:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-04 20:25 [rocko/master] [PATCH v2] matrix-gui: update matrix-gui-2.0.service Hongmei Gou
2018-12-04 21:05 ` Denys Dmytriyenko [this message]

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=20181204210550.GU6887@beryl \
    --to=denys@ti.com \
    --cc=a0271529@ti.com \
    --cc=meta-arago@arago-project.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.