aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2011-03-12 23:12:49 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-16 13:43:15 +0000
commit99ae6d0f54da47a3443c7f85990500703f5dde2b (patch)
treebac02f911ca60a003d48cae03240746207e6dcc4 /meta/classes
parentdbf59f0af238d9fced0040c1e7379fa81f0507cd (diff)
downloadopenembedded-core-contrib-99ae6d0f54da47a3443c7f85990500703f5dde2b.tar.gz
poky-image.bbclass: add ssh-server-dropbear to SATO_IMAGE_FEATURES
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/poky-image.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/poky-image.bbclass b/meta/classes/poky-image.bbclass
index 3feeac65e7..a261a6a8b8 100644
--- a/meta/classes/poky-image.bbclass
+++ b/meta/classes/poky-image.bbclass
@@ -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