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:14 +0000
commita114ad33a01d528f55b4405cb9b651870910b3c1 (patch)
treee48b86b184e79997da917b8e2281bb2831aabca3
parentd4e1f1dae34355d626313b911632182d3f3af31d (diff)
weston-ini-conf: explicitly enable compositor gRPC proxyquillback_17.1.2quillback/17.1.217.1.2quillback
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/+/30018 ci-image-build: Jenkins Job builder account Tested-by: Jenkins Job builder account ci-image-boot-test: 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 14290b998..dc5233817 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"