meta-arago.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [meta-arago][master/dunfell][PATCH] matrix-gui: Disable auto-startup for am62xx-evm
@ 2022-05-19 21:48 Ryan Eatmon
  2022-05-19 21:51 ` Etheridge, Darren
  0 siblings, 1 reply; 2+ messages in thread
From: Ryan Eatmon @ 2022-05-19 21:48 UTC (permalink / raw)
  To: Praneeth Bajjuri, Denys Dmytriyenko, meta-arago

There are some issues related to auto-starting the matrix-gui on
am62xx-evm.  It can still be run manually if desired.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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 e67decd6..4cbd7174 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
@@ -5,10 +5,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a886c9ef769b2d8271115d2502512e5d"
 
 SECTION = "multimedia"
 
-PR = "r37"
+PR = "r38"
 
 SYSTEMD_SERVICE_${PN} = "matrix-gui-2.0.service"
 
+SYSTEMD_AUTO_ENABLE_am62xx-evm = "disable"
+
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 inherit systemd
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-arago][master/dunfell][PATCH] matrix-gui: Disable auto-startup for am62xx-evm
  2022-05-19 21:48 [meta-arago][master/dunfell][PATCH] matrix-gui: Disable auto-startup for am62xx-evm Ryan Eatmon
@ 2022-05-19 21:51 ` Etheridge, Darren
  0 siblings, 0 replies; 2+ messages in thread
From: Etheridge, Darren @ 2022-05-19 21:51 UTC (permalink / raw)
  To: reatmon, Praneeth Bajjuri, Denys Dmytriyenko, meta-arago

Ryan,

On 5/19/2022 4:48 PM, Ryan Eatmon via lists.yoctoproject.org wrote:
> There are some issues related to auto-starting the matrix-gui on
> am62xx-evm.  It can still be run manually if desired.
> 
> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
> ---
>   meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bb | 4 +++-
>   1 file changed, 3 insertions(+), 1 deletion(-)
> 
> 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 e67decd6..4cbd7174 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
> @@ -5,10 +5,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a886c9ef769b2d8271115d2502512e5d"
>   
>   SECTION = "multimedia"
>   
> -PR = "r37"
> +PR = "r38"
>   
>   SYSTEMD_SERVICE_${PN} = "matrix-gui-2.0.service"
>   
> +SYSTEMD_AUTO_ENABLE_am62xx-evm = "disable"
> +

I like this method much better than the earlier patch, and it works 
great. Matrix doesn't autostart on boot, but it can still be manually 
started with /etc/init.d/matrix-gui-2.0 start.

Tested-by: Darren Etheridge <detheridge@ti.com>


>   PACKAGE_ARCH = "${MACHINE_ARCH}"
>   
>   inherit systemd
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-19 21:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-19 21:48 [meta-arago][master/dunfell][PATCH] matrix-gui: Disable auto-startup for am62xx-evm Ryan Eatmon
2022-05-19 21:51 ` Etheridge, Darren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).