1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-05 02:20:30 +00:00

CI: rename sshd section in testimage.yml

Rename the fragment that installs a SSH daemon to 'sshd' instead of the
generic 'packages'.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2022-04-07 17:09:22 +01:00
committed by Jon Mason
parent 2fe79675ed
commit acc72a8627
+1 -1
View File
@@ -9,5 +9,5 @@ local_conf_header:
TEST_RUNQEMUPARAMS = "slirp"
TEST_SERVER_IP = "127.0.0.1"
QEMU_USE_SLIRP = "1"
packages: |
sshd: |
IMAGE_FEATURES:append = " ssh-server-dropbear"