summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-30 09:23:20 +0100
committerSteve Sakoman <steve@sakoman.com>2022-07-07 06:42:41 -1000
commit70b3c7004e8f14a99adf6119f153a08ec4a4bc6b (patch)
tree4d40ed5b748e4d90b0ff9a50a063f00c15bdd200
parent93796b2787c410385d3176495e5307327449d2f7 (diff)
downloadopenembedded-core-70b3c7004e8f14a99adf6119f153a08ec4a4bc6b.tar.gz
oe-selftest-image: Ensure the image has sftp as well as dropbear
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>
-rw-r--r--meta-selftest/recipes-test/images/oe-selftest-image.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-selftest/recipes-test/images/oe-selftest-image.bb b/meta-selftest/recipes-test/images/oe-selftest-image.bb
index 5d4d10eef6..6246aae910 100644
--- a/meta-selftest/recipes-test/images/oe-selftest-image.bb
+++ b/meta-selftest/recipes-test/images/oe-selftest-image.bb
@@ -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 = " "