weston-ini-conf: explicitly enable compositor gRPC proxy 05/30005/2
authorScott Murray <scott.murray@konsulko.com>
Thu, 20 Jun 2024 15:00:55 +0000 (11:00 -0400)
committerScott Murray <scott.murray@konsulko.com>
Mon, 24 Jun 2024 21:21:28 +0000 (21:21 +0000)
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

recipes-graphics/wayland/weston-ini-conf_agldemo.inc

index 14290b9..dc52338 100644 (file)
@@ -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"