summaryrefslogtreecommitdiffstats
path: root/meta-selftest
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-30 09:23:20 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-07-15 12:29:17 +0100
commit43980058ca013b5dff20cd6a04d39b76a9864e64 (patch)
treebfdd2a3d6fa468db2bffa1a604fbb48677b8dda6 /meta-selftest
parenta985415ec20eaea8ec151933e7292fd081d619c0 (diff)
downloadpoky-43980058ca013b5dff20cd6a04d39b76a9864e64.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. (From OE-Core rev: 70b3c7004e8f14a99adf6119f153a08ec4a4bc6b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 2b76c8e5fc8802bbe54371119e6bf6312bf2a8ec) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-selftest')
-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 @@
1SUMMARY = "An image used during oe-selftest tests" 1SUMMARY = "An image used during oe-selftest tests"
2 2
3IMAGE_INSTALL = "packagegroup-core-boot dropbear" 3IMAGE_INSTALL = "packagegroup-core-boot packagegroup-core-ssh-dropbear"
4IMAGE_FEATURES = "debug-tweaks" 4IMAGE_FEATURES = "debug-tweaks"
5 5
6IMAGE_LINGUAS = " " 6IMAGE_LINGUAS = " "