From a4076e905e45e0ca527211caf8945a1f334e427e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 26 Nov 2018 11:34:07 +0100 Subject: [PATCH] console-net-image: Add missing openssh packages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This slipped through due to TASK_BASIC_SSHDAEMON. Rewrite comment to be more specific that changes on TASK_BASIC_SSHDAEMON do not change anything in case packagegroup-basic is not added explicitly. We do not add openssh-sftp - openssh-scp is good enough. Signed-off-by: Andreas Müller --- conf/distro/mortsgna.conf | 2 +- recipes-image/console/console-net-image.bb | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/distro/mortsgna.conf b/conf/distro/mortsgna.conf index b1023f1..ee0ac28 100644 --- a/conf/distro/mortsgna.conf +++ b/conf/distro/mortsgna.conf @@ -174,7 +174,7 @@ DISTRO_EXTRA_RRECOMMENDS += " \ less \ " -# Prefer openssh over dropbear when using packagegroup-basic +# In case one wants to use packagegroup-basic: Prefer openssh over dropbear TASK_BASIC_SSHDAEMON = "openssh-ssh openssh-sshd openssh-scp openssh-sftp openssh-sftp-server" # Image features strongly suggested diff --git a/recipes-image/console/console-net-image.bb b/recipes-image/console/console-net-image.bb index f8953d0..1981ff8 100644 --- a/recipes-image/console/console-net-image.bb +++ b/recipes-image/console/console-net-image.bb @@ -5,6 +5,8 @@ IMAGE_INSTALL += " \ networkmanager \ openssh-sftp-server \ openssh-sshd \ + openssh-ssh \ + openssh-scp \ iputils \ "