]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
oe-selftest-image: Ensure the image has sftp as well as dropbear
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 30 Jun 2022 08:23:20 +0000 (09:23 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 30 Jun 2022 09:26:48 +0000 (10:26 +0100)
We need sftp so that scp works with recent openssh. Use the packagegroup
instead of a direct dependency to ensure this.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-selftest/recipes-test/images/oe-selftest-image.bb

index e295943ae5a3b45216325ee69f6c859a16210819..317a0712aafbd085528f3d32bca39554a2cbb6d5 100644 (file)
@@ -1,7 +1,7 @@
 SUMMARY = "An image used during oe-selftest tests"
 
 # libudev is needed for deploy mdadm via devtool
-IMAGE_INSTALL = "packagegroup-core-boot dropbear libudev"
+IMAGE_INSTALL = "packagegroup-core-boot packagegroup-core-ssh-dropbear libudev"
 IMAGE_FEATURES = "debug-tweaks"
 
 IMAGE_LINGUAS = " "