Skip to content
Snippets Groups Projects
Commit 8a1586df authored by Esben Haabendal's avatar Esben Haabendal
Browse files

openharmony-standard-image-tests: Fix inclusion of ssh server


The proper way to include SSH server is to use IMAGE_FEATURES.

Signed-off-by: default avatarEsben Haabendal <esben@geanix.com>
parent f767f786
No related branches found
No related tags found
1 merge request!119Fix problems with ssh timeout in ptest CI job
......@@ -22,7 +22,8 @@ QEMU_USE_SLIRP = "1"
EXTRA_IMAGE_FEATURES += "debug-tweaks"
# ptest requires ptest-runner and sshd to be present in the image
IMAGE_INSTALL += "sshd ptest-runner"
EXTRA_IMAGE_FEATURES += "ssh-server-dropbear"
IMAGE_INSTALL += "ptest-runner"
# install OpenHarmony components and ptests
IMAGE_INSTALL += "openharmony-standard-ptest"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment