Update cluster network configuration 54/28154/2
authorScott Murray <scott.murray@konsulko.com>
Wed, 7 Dec 2022 08:52:16 +0000 (17:52 +0900)
committerScott Murray <scott.murray@konsulko.com>
Sat, 10 Dec 2022 07:50:00 +0000 (07:50 +0000)
Update configuration files as appropriate with the IVI board as
192.168.10.2 and the cluster as 192.168.10.3.

Bug-AGL: SPEC-4632

Change-Id: Idd41daa75fc6258d07d8f654848e78ced85dff35
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28154
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.bb
meta-agl-core/recipes-graphics/wayland/weston-ini-conf/remote-output.cfg
meta-agl-core/recipes-graphics/wayland/weston-ini-conf/transmitter-output.cfg.in

index 152e13c..a25b542 100644 (file)
@@ -35,7 +35,7 @@ weston_ini_dir = "${sysconfdir}/xdg/weston"
 # Options for the user to change in local.conf
 # e.g. TRANSMITTER_OUTPUT_MODE = "1080x1488"
 TRANSMITTER_OUTPUT_MODE ??= "640x720@30"
-TRANSMITTER_OUTPUT_HOST ??= "192.168.20.99"
+TRANSMITTER_OUTPUT_HOST ??= "192.168.10.3"
 TRANSMITTER_OUTPUT_PORT ??= "5005"
 
 do_configure() {