From 5ed44ad0a16a7e20c226eb10bca059f8f4e0559d Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 20 Jun 2024 11:00:55 -0400 Subject: [PATCH] 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 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 --- recipes-graphics/wayland/weston-ini-conf_agldemo.inc | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.16.6