]> code.ossystems Code Review - openembedded-core.git/commitdiff
poky-image.bbclass: add ssh-server-dropbear to SATO_IMAGE_FEATURES
authorScott Garman <scott.a.garman@intel.com>
Sun, 13 Mar 2011 07:12:49 +0000 (23:12 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 Mar 2011 13:43:15 +0000 (13:43 +0000)
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
meta/classes/poky-image.bbclass

index 3feeac65e7ac543b7d6b9b03b169e7b2068bd524..a261a6a8b84562a621f5488e8d547b792357ab5b 100644 (file)
@@ -102,7 +102,7 @@ IMAGE_INSTALL ?= "${POKY_BASE_INSTALL}"
 
 X11_IMAGE_FEATURES  = "x11-base apps-x11-core package-management"
 ENHANCED_IMAGE_FEATURES = "${X11_IMAGE_FEATURES} apps-x11-games apps-x11-pimlico package-management"
-SATO_IMAGE_FEATURES = "${ENHANCED_IMAGE_FEATURES} x11-sato"
+SATO_IMAGE_FEATURES = "${ENHANCED_IMAGE_FEATURES} x11-sato ssh-server-dropbear"
 
 inherit image