Skip to content

Commit

Permalink
Disable Composite-1 in weston.ini
Browse files Browse the repository at this point in the history
Signed-off-by: Neil Armstrong <[email protected]>
  • Loading branch information
superna9999 committed May 18, 2022
1 parent 518e6f1 commit f3c6557
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions recipes-graphics/wayland/weston-init.bbappend
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
do_install:append:meson-gx() {
# Disable Composite-1 output on Amlogic boards
# This should be removed when Linux 5.17 is used
# since CVBS connecter will report Unknown state
tee -a ${D}${sysconfdir}/xdg/weston/weston.ini <<EOT
# Disable Composite-1 output since it always
# reports Connected state and weston uses it
# by default and fails switching to it
[output]
name=Composite-1
mode=off
EOT

}

0 comments on commit f3c6557

Please sign in to comment.