From: Ryan Eatmon <[email protected]> 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 <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- 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 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 -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14000): https://lists.yoctoproject.org/g/meta-arago/message/14000 Mute This Topic: https://lists.yoctoproject.org/mt/93649101/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
