Skip to content

Commit 5bd2fa2

Browse files
committed
contrib/board-setup-helper.py: Use new lava-ser2net hostname.
Instead of older bare "ser2net", which is being deprecated. The new hostname has "lava-" prefix, for consistency with other services. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
1 parent 2dc711c commit 5bd2fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/board-setup-helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def get_device_numbers(serial_no, dev_type, board_file, ser2net_file):
7979
if "by-id" in l:
8080
port = ser2net(l, ser2net_file)
8181
if (port and not found_tty):
82-
board_jinja.write("{%% set connection_command = 'telnet ser2net %d' %%}\n" % port)
82+
board_jinja.write("{%% set connection_command = 'telnet lava-ser2net %d' %%}\n" % port)
8383
found_tty = True #If there are multiple serial ports, connect to the first one
8484
break
8585

0 commit comments

Comments
 (0)