diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-06-08 15:48:37 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-06-08 15:48:37 -0400 |
commit | f45d44e2d8b4402572abeafde60b8e227b3a61fa (patch) | |
tree | f1517b114023f8a14c07b29597df3d9117b60511 /recipes-graphics | |
parent | 63bd05d9262ce8a5067be942207e2221f9a4e405 (diff) |
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 <scott.murray@konsulko.com>
Change-Id: Ia85742c3ad0a8a70b2fdfab99f926df3d6531bb1
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/wayland/weston-ini-conf.bbappend | 1 | ||||
-rw-r--r-- | recipes-graphics/wayland/weston-ini-conf_agldemo.inc | 3 |
2 files changed, 4 insertions, 0 deletions
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)}" |