All of lore.kernel.org
 help / color / mirror / Atom feed
From: Scott Garman <scott.a.garman@intel.com>
To: poky@yoctoproject.org
Subject: [PATCH 0/7] Set ssh server using IMAGE_FEATURES, v2
Date: Thu, 10 Mar 2011 17:41:01 -0800	[thread overview]
Message-ID: <cover.1299807513.git.scott.a.garman@intel.com> (raw)

From: Scott Garman <scott.a.garman@intel.com>

Hi Saul,

Based on feedback from you and Joshua, here is an updated pull request
for refactoring the way an ssh server can be specified in images. It
fixes [YOCTO #378].

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: sgarman/ssh-switch
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/ssh-switch

Thanks,
    Scott Garman <scott.a.garman@intel.com>
---


Scott Garman (7):
  task-base, task-poky-basic, task-poky: Remove hard-coded references
    to dropbear
  openssh: allow the openssh meta package to be empty
  task-poky-ssh.bb: new task for ssh services
  poky-image.bbclass: add ssh-server as an IMAGE_FEATURES option
  poky-image.bbclass: add ssh-server to SATO_IMAGE_FEATURES
  poky-image-lsb: add ssh-server to IMAGE_FEATURES
  poky-image-basic: add ssh-server to IMAGE_FEATURES

 meta/classes/poky-image.bbclass                    |    8 +++++-
 meta/recipes-connectivity/openssh/openssh_5.6p1.bb |    4 ++-
 meta/recipes-core/tasks/task-base.bb               |    8 +------
 meta/recipes-core/tasks/task-poky-ssh.bb           |   22 ++++++++++++++++++++
 meta/recipes-extended/images/poky-image-basic.bb   |    4 ++-
 meta/recipes-extended/images/poky-image-lsb-dev.bb |    4 ++-
 meta/recipes-extended/images/poky-image-lsb-sdk.bb |    4 ++-
 meta/recipes-extended/images/poky-image-lsb.bb     |    4 ++-
 meta/recipes-extended/tasks/task-poky-basic.bb     |    4 +--
 meta/recipes-sato/tasks/task-poky.bb               |    3 +-
 10 files changed, 46 insertions(+), 19 deletions(-)
 create mode 100644 meta/recipes-core/tasks/task-poky-ssh.bb



             reply	other threads:[~2011-03-11  1:41 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-11  1:41 Scott Garman [this message]
2011-03-11  1:41 ` [PATCH 1/7] task-base, task-poky-basic, task-poky: Remove hard-coded references to dropbear Scott Garman
2011-03-11  1:41 ` [PATCH 2/7] openssh: allow the openssh meta package to be empty Scott Garman
2011-03-11  1:41 ` [PATCH 3/7] task-poky-ssh.bb: new task for ssh services Scott Garman
2011-03-11  1:41 ` [PATCH 4/7] poky-image.bbclass: add ssh-server as an IMAGE_FEATURES option Scott Garman
2011-03-11  1:41 ` [PATCH 5/7] poky-image.bbclass: add ssh-server to SATO_IMAGE_FEATURES Scott Garman
2011-03-11  1:41 ` [PATCH 6/7] poky-image-lsb: add ssh-server to IMAGE_FEATURES Scott Garman
2011-03-11  1:41 ` [PATCH 7/7] poky-image-basic: " Scott Garman

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.1299807513.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.