All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Set ssh server using IMAGE_FEATURES
@ 2011-03-11  0:59 Scott Garman
  2011-03-11  0:59 ` [PATCH 1/6] task-base, task-poky-basic, task-poky: Remove hard-coded references to dropbear Scott Garman
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Scott Garman @ 2011-03-11  0:59 UTC (permalink / raw)
  To: poky

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

Hi Saul,

This pull request refactors the way an ssh server can be specified,
making it simpler to switch between dropbear and openssh. 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 (6):
  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-sato.bb: add ssh-server to IMAGE_FEATURES
  poky-image-lsb: add ssh-server to IMAGE_FEATURES

 meta/classes/poky-image.bbclass                    |    6 ++++-
 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-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/images/poky-image-sato-dev.bb    |    2 +-
 meta/recipes-sato/images/poky-image-sato-sdk.bb    |    2 +-
 meta/recipes-sato/images/poky-image-sato.bb        |    2 +-
 meta/recipes-sato/tasks/task-poky.bb               |    3 +-
 12 files changed, 39 insertions(+), 19 deletions(-)
 create mode 100644 meta/recipes-core/tasks/task-poky-ssh.bb



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-03-11  1:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-11  0:59 [PATCH 0/6] Set ssh server using IMAGE_FEATURES Scott Garman
2011-03-11  0:59 ` [PATCH 1/6] task-base, task-poky-basic, task-poky: Remove hard-coded references to dropbear Scott Garman
2011-03-11  0:59 ` [PATCH 2/6] openssh: allow the openssh meta package to be empty Scott Garman
2011-03-11  0:59 ` [PATCH 3/6] task-poky-ssh.bb: new task for ssh services Scott Garman
2011-03-11  0:59 ` [PATCH 4/6] poky-image.bbclass: add ssh-server as an IMAGE_FEATURES option Scott Garman
2011-03-11  0:59 ` [PATCH 5/6] poky-image-sato.bb: add ssh-server to IMAGE_FEATURES Scott Garman
2011-03-11  0:59 ` [PATCH 6/6] poky-image-lsb: " Scott Garman

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.