Skip to content
Snippets Groups Projects

Fix problems with ssh timeout in ptest CI job

Merged Esben Haabendal requested to merge esben/ptest-ssh-timeout into kirkstone
3 files
+ 24
8
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -40,6 +40,9 @@ INHERIT += "uninative"
@@ -40,6 +40,9 @@ INHERIT += "uninative"
# instead.
# instead.
HOSTTOOLS += "ip ping ps scp ssh stty"
HOSTTOOLS += "ip ping ps scp ssh stty"
 
# Yocto does not have ssh-keygen-native, so we need to use ssh-keygen from host
 
HOSTTOOLS += "ssh-keygen"
 
# Default to enabling serial debug console on RaspberryPi
# Default to enabling serial debug console on RaspberryPi
# Placed here to amend the machine config living in meta-raspberrypi
# Placed here to amend the machine config living in meta-raspberrypi
ENABLE_UART:raspberrypi4-64 ?= "1"
ENABLE_UART:raspberrypi4-64 ?= "1"
Loading