The output configuration for PipeWire is much simpler, no needing any
HOST, PORT or MODE. MODE seems to be acually unused so we're going to
remove that as well.
Bug-AGL: SPEC-5235
Change-Id: Ic171fff824101efdb5530ad790dac4137d39ff80
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/30614
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-[remote-output]
-name=remote-1
-mode=640x720@30
-host=192.168.10.3
-port=5005
+[output]
+name=pipewire
+mode=420x472
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"
-REMOTING_OUTPUT_HOST ??= "192.168.10.3"
-REMOTING_OUTPUT_PORT ??= "5005"
-
do_configure:append() {
# Standalone cluster support version
- sed -e "s#host=.*#host=${REMOTING_OUTPUT_HOST}#" \
- -e "s#port=.*#port=${REMOTING_OUTPUT_PORT}#" \
- ${WORKDIR}/remote-output.cfg.in > ${WORKDIR}/remote-output.cfg
+ cp ${WORKDIR}/remote-output.cfg.in ${WORKDIR}/remote-output.cfg
}
do_compile:append() {