diff mbox series

[master/kirkstone,28/52] matrix-gui: Disable auto-startup for am62xx-evm

Message ID 20220913040246.2365077-29-denis@denix.org
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series Latest 2022.09 sync-up with Dunfell | expand

Commit Message

Denys Dmytriyenko Sept. 13, 2022, 4:02 a.m. UTC
From: Ryan Eatmon <reatmon@ti.com>

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>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
diff mbox series

Patch

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 c09e8d35..40ad55d3 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 = "disable"
+
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 inherit systemd