| Message ID | 20220519214808.1853-1-reatmon@ti.com |
|---|---|
| State | Accepted |
| Delegated to: | Ryan Eatmon |
| Headers | show |
| Series | [meta-arago,master/dunfell] matrix-gui: Disable auto-startup for am62xx-evm | expand |
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 >
meta-arago / na / 20220519214808.1853-1-reatmon
PRC Results: FAIL
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
All patches passed
=========================================================
apply-yocto-patch: FAIL
=========================================================
master
=====================
Summary:
- Patch Series: [meta-arago][master/dunfell][PATCH] matrix-gui: Disable auto-startup for am62xx-evm
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Thu, 19 May 2022 16:48:08 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: baea58ae7b0752320694cd8cfc94bedbece4649d
Applied to:
- Repository: lcpd-prc-meta-arago
- Base Branch: master
- Commit Author: LCPD Automation Script <lcpdbld@list.ti.com>
- Commit Subject: CI/CD Auto-Merger: cicd.master.202508010100
- Commit SHA: 644f8b47f0eef26bda636717f5838871ec67d138
Patches
----------------------------------------
FAIL - [meta-arago][master/dunfell][PATCH] matrix-gui: Disable auto-startup for am62xx-evm
Applying: matrix-gui: Disable auto-startup for am62xx-evm
Patch failed at 0001 matrix-gui: Disable auto-startup for am62xx-evm
error: meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bb: does not exist in index
dunfell
=====================
Summary:
- Patch Series: [meta-arago][master/dunfell][PATCH] matrix-gui: Disable auto-startup for am62xx-evm
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Thu, 19 May 2022 16:48:08 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: baea58ae7b0752320694cd8cfc94bedbece4649d
Applied to:
- Repository: lcpd-prc-meta-arago
- Base Branch: dunfell
- Commit Author: Randolph Sapp <rs@ti.com>
- Commit Subject: meta-arago-distro: linux-firmware: remove cadence firmware
- Commit SHA: 86d19ced20934c8383c8a39f88d97c72e7e929ee
Patches
----------------------------------------
FAIL - [meta-arago][master/dunfell][PATCH] matrix-gui: Disable auto-startup for am62xx-evm
Applying: matrix-gui: Disable auto-startup for am62xx-evm
Patch failed at 0001 matrix-gui: Disable auto-startup for am62xx-evm
error: patch failed: meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bb:5
error: meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bb: patch does not apply
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
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(-)