From fc0c7e0cce1a6dd2bf05a1071399d1dac6183b49 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Sat, 29 Apr 2023 12:15:19 +0300 Subject: weston-ini-conf: Add grpc-shell-server to no-activate ini This embeddeds the grpc-proxy configuration file into the no-activate configuration file, rather than creating a new no-activate-grpc-proxy, or no-activate-landscape-grpc-proxy. The grpc-proxy.cfg file is just a rename of grpc-server.cfg from meta-agl-demo/ tree, introduced with 1b347d8823, '[weston-ini-conf] Fix dependency issue with grpc in meta-agl-core'. Bug-AGL: SPEC-4776 Change-Id: Ie6183887cdb7b6e3f7cb431f01edb8da75e05946 Signed-off-by: Marius Vlad Suggested-by: Scott Murray Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28738 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- meta-agl-core/recipes-graphics/wayland/weston-ini-conf/grpc-proxy.cfg | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 meta-agl-core/recipes-graphics/wayland/weston-ini-conf/grpc-proxy.cfg (limited to 'meta-agl-core/recipes-graphics/wayland/weston-ini-conf/grpc-proxy.cfg') diff --git a/meta-agl-core/recipes-graphics/wayland/weston-ini-conf/grpc-proxy.cfg b/meta-agl-core/recipes-graphics/wayland/weston-ini-conf/grpc-proxy.cfg new file mode 100644 index 000000000..14805b969 --- /dev/null +++ b/meta-agl-core/recipes-graphics/wayland/weston-ini-conf/grpc-proxy.cfg @@ -0,0 +1,4 @@ + +[shell-client-ext] +command=/usr/lib/agl-compositor/agl-shell-grpc-server + -- cgit 1.2.3-korg