From db9539b90921538b2ad3e61d74124b0c8d8e2e4e Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Tue, 31 Jan 2023 16:58:58 +0200 Subject: weston-ini-conf/core.cfg: Bring in shell-ext-client Rather than messing up the ini file, bring it in from the core configuration file. This allows to start-up the gRPC proxy server at start-up. This is a follow from Revert "weston-ini-conf: Add agl-shell-grpc-server" This reverts commit 2f40613cbf42fd378feea57ccefbb3215ecc1355. Change-Id: I40ab339fe73efb07ac1e86e6778764a553a3cabe Signed-off-by: Marius Vlad Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28441 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Scott Murray Reviewed-by: Jan-Simon Moeller --- meta-agl-core/recipes-graphics/wayland/weston-ini-conf/core.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-agl-core') diff --git a/meta-agl-core/recipes-graphics/wayland/weston-ini-conf/core.cfg b/meta-agl-core/recipes-graphics/wayland/weston-ini-conf/core.cfg index 90774ed79..089f3bd10 100644 --- a/meta-agl-core/recipes-graphics/wayland/weston-ini-conf/core.cfg +++ b/meta-agl-core/recipes-graphics/wayland/weston-ini-conf/core.cfg @@ -2,3 +2,6 @@ backend=drm-backend.so require-input=false modules=systemd-notify.so + +[shell-client-ext] +command=/usr/lib/agl-compositor/agl-shell-grpc-server -- cgit 1.2.3-korg