]> code.ossystems Code Review - openembedded-core.git/commitdiff
poky-image-lsb: add ssh-server-openssh to IMAGE_FEATURES
authorScott Garman <scott.a.garman@intel.com>
Sun, 13 Mar 2011 07:15:34 +0000 (23:15 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 Mar 2011 13:43:16 +0000 (13:43 +0000)
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
meta/recipes-extended/images/poky-image-lsb-dev.bb
meta/recipes-extended/images/poky-image-lsb-sdk.bb
meta/recipes-extended/images/poky-image-lsb.bb

index d490ee52778f31c5b67b626cd7ca95bb26a9f063..578fbd0f06332bb92566ec8a62e4d3a0dcfc4817 100644 (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} \
index 184b5d704c1e356aa98e6f6139e045e45c4c52d0..967bb023d3d2c1657205dbdb44e6e0abb1a61996 100644 (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} \
index 8424d91bb4e50108a510d1768446673df58eaa2a..33532eac24873d7c43dada8ce389b985b808d044 100644 (file)
@@ -1,4 +1,4 @@
-IMAGE_FEATURES += "apps-console-core "
+IMAGE_FEATURES += "apps-console-core ssh-server-openssh"
 
 IMAGE_INSTALL = "\
     ${POKY_BASE_INSTALL} \