From acc72a86275cfac77853ebaa297d86145c81e7e6 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 7 Apr 2022 17:09:22 +0100 Subject: [PATCH] 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 Signed-off-by: Jon Mason --- ci/testimage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/testimage.yml b/ci/testimage.yml index 0ffaaa2d..a26dcaf9 100644 --- a/ci/testimage.yml +++ b/ci/testimage.yml @@ -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"