summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/wayland/weston-ini-conf/remote-output.cfg.in8
-rw-r--r--recipes-graphics/wayland/weston-ini-conf_agldemo.inc10
2 files changed, 4 insertions, 14 deletions
diff --git a/recipes-graphics/wayland/weston-ini-conf/remote-output.cfg.in b/recipes-graphics/wayland/weston-ini-conf/remote-output.cfg.in
index 940cbdd0c..3d30af64b 100644
--- a/recipes-graphics/wayland/weston-ini-conf/remote-output.cfg.in
+++ b/recipes-graphics/wayland/weston-ini-conf/remote-output.cfg.in
@@ -1,5 +1,3 @@
-[remote-output]
-name=remote-1
-mode=640x720@30
-host=192.168.10.3
-port=5005
+[output]
+name=pipewire
+mode=420x472
diff --git a/recipes-graphics/wayland/weston-ini-conf_agldemo.inc b/recipes-graphics/wayland/weston-ini-conf_agldemo.inc
index dc5233817..62aa9048b 100644
--- a/recipes-graphics/wayland/weston-ini-conf_agldemo.inc
+++ b/recipes-graphics/wayland/weston-ini-conf_agldemo.inc
@@ -4,17 +4,9 @@ SRC_URI += "file://remote-output.cfg.in"
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() {