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-06-30 10:27:17 +0100
commita26721d83b9b492b474f171bfc0a73a94e4147f9 (patch)
treef82f9cc33276e59220eb5c5d2205e8f42ba060fe /meta-selftest
parent271909fa4bd0658d97fb4395c41f0340995fa2a8 (diff)
downloadpoky-a26721d83b9b492b474f171bfc0a73a94e4147f9.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: 2b76c8e5fc8802bbe54371119e6bf6312bf2a8ec) 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 e295943ae5..317a0712aa 100644
--- a/meta-selftest/recipes-test/images/oe-selftest-image.bb
+++ b/meta-selftest/recipes-test/images/oe-selftest-image.bb
@@ -1,7 +1,7 @@
1SUMMARY = "An image used during oe-selftest tests" 1SUMMARY = "An image used during oe-selftest tests"
2 2
3# libudev is needed for deploy mdadm via devtool 3# libudev is needed for deploy mdadm via devtool
4IMAGE_INSTALL = "packagegroup-core-boot dropbear libudev" 4IMAGE_INSTALL = "packagegroup-core-boot packagegroup-core-ssh-dropbear libudev"
5IMAGE_FEATURES = "debug-tweaks" 5IMAGE_FEATURES = "debug-tweaks"
6 6
7IMAGE_LINGUAS = " " 7IMAGE_LINGUAS = " "