Revert "weston-ini-conf: Add agl-shell-grpc-server" 54/28354/2 14.93.0 octopus/14.93.0 octopus_14.93.0
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 26 Jan 2023 12:35:34 +0000 (12:35 +0000)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 26 Jan 2023 20:58:50 +0000 (20:58 +0000)
This reverts commit 2f40613cbf42fd378feea57ccefbb3215ecc1355.

Reason for revert: This breaks the runtime with:
Jan 25 04:07:51 qemuarm agl-compositor[456]: malformed section header: [shell-client-ext]\ncommand=/usr/lib/agl-compositor/agl-shell-grpc-server\n
Jan 25 04:07:51 qemuarm agl-compositor[456]: [04:07:51.432] fatal: error opening or reading config file '/etc/xdg/weston/weston.ini'.

Change-Id: I09f74614a9d7ec55550d46224ec1c1b96528eb0b
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28354
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Reviewed-by: Marius Vlad <marius.vlad@collabora.com>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-agl-core/recipes-graphics/wayland/weston-ini-conf.bb

index 4655893..50e5134 100644 (file)
@@ -55,8 +55,6 @@ do_compile() {
     done
     sed -i -e '$ d' ${WORKDIR}/weston.ini.default
 
-    echo "[shell-client-ext]\ncommand=/usr/lib/agl-compositor/agl-shell-grpc-server\n" >> ${WORKDIR}/weston.ini.default
-
     cat ${WORKDIR}/weston.ini.default > ${WORKDIR}/weston.ini.default-no-activate
     sed -i -e 's#\[core\]#[core]\nactivate-by-default=false#' ${WORKDIR}/weston.ini.default-no-activate