From: Scott Murray Date: Wed, 8 Jun 2022 19:48:37 +0000 (-0400) Subject: weston-ini-conf: force tbtnavi remote display X-Git-Tag: 13.0.2~9 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=f45d44e2d8b4402572abeafde60b8e227b3a61fa;p=AGL%2Fmeta-agl-demo.git weston-ini-conf: force tbtnavi remote display Add a weston-ini-conf to set the REMOTE_OUTPUT_APP_ID variable to ensure that tbtnavi will end up on the remote display output. This is hopefully a temporary a workaround. Bug-AGL: SPEC-4426 Signed-off-by: Scott Murray Change-Id: Ia85742c3ad0a8a70b2fdfab99f926df3d6531bb1 --- diff --git a/recipes-graphics/wayland/weston-ini-conf.bbappend b/recipes-graphics/wayland/weston-ini-conf.bbappend new file mode 100644 index 000000000..423a46944 --- /dev/null +++ b/recipes-graphics/wayland/weston-ini-conf.bbappend @@ -0,0 +1 @@ +require ${@bb.utils.contains('AGL_FEATURES', 'agldemo', 'weston-ini-conf_agldemo.inc', '', d)} diff --git a/recipes-graphics/wayland/weston-ini-conf_agldemo.inc b/recipes-graphics/wayland/weston-ini-conf_agldemo.inc new file mode 100644 index 000000000..d1f168c5b --- /dev/null +++ b/recipes-graphics/wayland/weston-ini-conf_agldemo.inc @@ -0,0 +1,3 @@ +# Hopefully temporary workaround, tbtnavi should be requesting display +# on the remote output itself. +REMOTE_OUTPUT_APP_ID = "${@bb.utils.contains("AGL_FEATURES", "agl-demo-cluster-support", "tbtnavi", "", d)}"