summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2024-06-20 11:00:55 -0400
committerScott Murray <scott.murray@konsulko.com>2024-06-24 21:21:28 +0000
commit5ed44ad0a16a7e20c226eb10bca059f8f4e0559d (patch)
tree52f0292778e4cf248095f5bc4318b9b54f71c51d
parent5d78c0d8fd862b4bc7dffdad59de7da520ab30bd (diff)
weston-ini-conf: explicitly enable compositor gRPC proxy
Add "grpc-proxy" to the new WESTON_FRAGMENTS_BASE to explicitly enable agl-shell-grpc-proxy, thus matching the configuration the agl-compositor bbappend in this layer enables. Bug-AGL: SPEC-5183 Change-Id: Id842f3570ef6faf5c6424f201dbec1f896986378 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/30005 Tested-by: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account ci-image-build: Jenkins Job builder account
-rw-r--r--recipes-graphics/wayland/weston-ini-conf_agldemo.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/weston-ini-conf_agldemo.inc b/recipes-graphics/wayland/weston-ini-conf_agldemo.inc
index 14290b99..dc523381 100644
--- a/recipes-graphics/wayland/weston-ini-conf_agldemo.inc
+++ b/recipes-graphics/wayland/weston-ini-conf_agldemo.inc
@@ -2,6 +2,8 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/weston-ini-conf:"
SRC_URI += "file://remote-output.cfg.in"
+WESTON_FRAGMENTS_BASE += "grpc-proxy"
+
# Options for the user to change in local.conf
# e.g. REMOTING_OUTPUT_MODE = "1080x1488"
REMOTING_OUTPUT_MODE ??= "640x720@30"