]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.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)
committerSteve Sakoman <steve@sakoman.com>
Thu, 7 Jul 2022 16:42:41 +0000 (06:42 -1000)
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>
(cherry picked from commit 2b76c8e5fc8802bbe54371119e6bf6312bf2a8ec)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta-selftest/recipes-test/images/oe-selftest-image.bb

index 5d4d10eef69a0275c659332e1080ebc93bed096b..6246aae9105e01ad56a03a3c020f906b97eb1ddd 100644 (file)
@@ -1,6 +1,6 @@
 SUMMARY = "An image used during oe-selftest tests"
 
-IMAGE_INSTALL = "packagegroup-core-boot dropbear"
+IMAGE_INSTALL = "packagegroup-core-boot packagegroup-core-ssh-dropbear"
 IMAGE_FEATURES = "debug-tweaks"
 
 IMAGE_LINGUAS = " "