[poky] [PATCH 0/6] Set ssh server using IMAGE_FEATURES
Scott Garman
scott.a.garman at intel.com
Thu Mar 10 16:59:30 PST 2011
From: Scott Garman <scott.a.garman at 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 at 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
More information about the poky
mailing list