From: Scott Garman <scott.a.garman@intel.com>
To: poky@yoctoproject.org
Subject: [PATCH 0/7] Set ssh server using IMAGE_FEATURES, v3
Date: Tue, 15 Mar 2011 16:11:53 -0700 [thread overview]
Message-ID: <cover.1300230459.git.scott.a.garman@intel.com> (raw)
From: Scott Garman <scott.a.garman@intel.com>
Hi Saul,
It turns out the approach I was previously using to try to change
the ssh server using IMAGE_FEATURES had a fundamental flaw. I
confirmed the problem with Richard, and now take a slightly different
approach where separate tasks are created to use dropbear vs. openssh
as an SSH server. This means we can't set the SSH server explicitly
by overriding a variable in local.conf, but it does improve the
infrastructure to something more sensible and document-able.
This pull request will fix [YOCTO #378].
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: sgarman/ssh-switch2
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/ssh-switch2
Thanks,
Scott Garman <scott.a.garman@intel.com>
---
Scott Garman (7):
task-base, task-poky-basic, task-poky: Remove hard-coded references
to dropbear
task-poky-ssh-dropbear: new task recipe for dropbear ssh
task-poky-ssh-openssh: new task recipe for openssh ssh
poky-image.bbclass: add new IMAGE_FEATURES for ssh servers
poky-image.bbclass: add ssh-server-dropbear to SATO_IMAGE_FEATURES
poky-image-lsb: add ssh-server-openssh to IMAGE_FEATURES
poky-image-basic: add ssh-server-openssh to IMAGE_FEATURES
meta/classes/poky-image.bbclass | 13 +++++++++++--
meta/recipes-core/tasks/task-base.bb | 8 +-------
meta/recipes-core/tasks/task-poky-ssh-dropbear.bb | 17 +++++++++++++++++
meta/recipes-core/tasks/task-poky-ssh-openssh.bb | 17 +++++++++++++++++
meta/recipes-extended/images/poky-image-basic.bb | 2 +-
meta/recipes-extended/images/poky-image-lsb-dev.bb | 2 +-
meta/recipes-extended/images/poky-image-lsb-sdk.bb | 2 +-
meta/recipes-extended/images/poky-image-lsb.bb | 2 +-
meta/recipes-extended/tasks/task-poky-basic.bb | 3 +--
meta/recipes-sato/tasks/task-poky.bb | 3 +--
10 files changed, 52 insertions(+), 17 deletions(-)
create mode 100644 meta/recipes-core/tasks/task-poky-ssh-dropbear.bb
create mode 100644 meta/recipes-core/tasks/task-poky-ssh-openssh.bb
next reply other threads:[~2011-03-15 23:12 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-15 23:11 Scott Garman [this message]
2011-03-15 23:12 ` [PATCH 1/7] task-base, task-poky-basic, task-poky: Remove hard-coded references to dropbear Scott Garman
2011-03-15 23:12 ` [PATCH 2/7] task-poky-ssh-dropbear: new task recipe for dropbear ssh Scott Garman
2011-03-16 8:13 ` Koen Kooi
2011-03-16 8:35 ` Scott Garman
2011-03-16 13:34 ` Richard Purdie
2011-03-15 23:12 ` [PATCH 3/7] task-poky-ssh-openssh: new task recipe for openssh ssh Scott Garman
2011-03-16 8:14 ` Koen Kooi
2011-03-15 23:12 ` [PATCH 4/7] poky-image.bbclass: add new IMAGE_FEATURES for ssh servers Scott Garman
2011-03-15 23:12 ` [PATCH 5/7] poky-image.bbclass: add ssh-server-dropbear to SATO_IMAGE_FEATURES Scott Garman
2011-03-15 23:12 ` [PATCH 6/7] poky-image-lsb: add ssh-server-openssh to IMAGE_FEATURES Scott Garman
2011-03-15 23:12 ` [PATCH 7/7] poky-image-basic: " Scott Garman
2011-03-16 13:43 ` [PATCH 0/7] Set ssh server using IMAGE_FEATURES, v3 Richard Purdie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1300230459.git.scott.a.garman@intel.com \
--to=scott.a.garman@intel.com \
--cc=poky@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.