poky-image-lsb: add ssh-server-openssh to IMAGE_FEATURES

(From OE-Core rev: b58ee17a18ce883843cafee60d1501b402e38f7d)

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Garman 2011-03-12 23:15:34 -08:00 committed by Richard Purdie
parent 3201ab7a78
commit e004e51a6b
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
IMAGE_FEATURES += "apps-console-core dev-pkgs "
IMAGE_FEATURES += "apps-console-core dev-pkgs ssh-server-openssh"
IMAGE_INSTALL = "\
${POKY_BASE_INSTALL} \

View File

@ -1,4 +1,4 @@
IMAGE_FEATURES += "apps-console-core tools-debug tools-profile tools-sdk dev-pkgs"
IMAGE_FEATURES += "apps-console-core tools-debug tools-profile tools-sdk dev-pkgs ssh-server-openssh"
IMAGE_INSTALL = "\
${POKY_BASE_INSTALL} \

View File

@ -1,4 +1,4 @@
IMAGE_FEATURES += "apps-console-core "
IMAGE_FEATURES += "apps-console-core ssh-server-openssh"
IMAGE_INSTALL = "\
${POKY_BASE_INSTALL} \