From c431bbb2f0f5bf0c66d8473344db0aa26d834bfa Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Thu, 16 Feb 2023 14:28:00 +0100 Subject: [weston-ini-conf] Fix dependency issue with grpc in meta-agl-core grpc is not in the core layer but in meta-oe . Guard the dependency and only enable when prerequisites are met. This also affects weston-ini-conf. We move this into meta-agl-demo. Bug-AGL: SPEC-4707 Change-Id: Ia07cc8e32ac0c38586765985f367dae0cf8c429c Signed-off-by: Jan-Simon Moeller Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28510 Reviewed-by: Marius Vlad Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- meta-agl-core/recipes-graphics/wayland/weston-ini-conf/core.cfg | 3 --- 1 file changed, 3 deletions(-) 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 089f3bd10..90774ed79 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,6 +2,3 @@ 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