Hi All, This series of patches fix the Matrix GUI Issue, Issue: After the target board is booted, by default the Matrix GUI Demo is not getting displayed on the display device connected to the target board. The root cause of the Matrix GUI demo issue is that there are two Weston system services running in the filesystem. Below are the two services, 1. Weston systemd service 2. Weston initscript service The Matrix GUI demo runs on top of the Weston service. Since there are two Weston services running, it causes the Matrix GUI demo to not work properly.
Fix: Both Weston services (systemd and initscript) which has the same command and does the same job. So, remove the weston systemd services from the filesystem. This fix displays the Matrix GUI in the connected display device. Priya N S (2): wayland: weston: Disable weston systemd service weston-init: Update initscript for weston-calibration .../recipes-graphics/wayland/weston-init.bbappend | 5 ++++- meta-arago-distro/recipes-graphics/wayland/weston-init/init | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) -- 2.19.1.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13358): https://lists.yoctoproject.org/g/meta-arago/message/13358 Mute This Topic: https://lists.yoctoproject.org/mt/86602755/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
