[poky] [PATCH 5/6] poky-image-sato.bb: add ssh-server to IMAGE_FEATURES
Scott Garman
scott.a.garman at intel.com
Thu Mar 10 16:59:50 PST 2011
From: Scott Garman <scott.a.garman at intel.com>
Signed-off-by: Scott Garman <scott.a.garman at intel.com>
---
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 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-sato/images/poky-image-sato-dev.bb b/meta/recipes-sato/images/poky-image-sato-dev.bb
index 429095e..71d44e2 100644
--- a/meta/recipes-sato/images/poky-image-sato-dev.bb
+++ b/meta/recipes-sato/images/poky-image-sato-dev.bb
@@ -2,7 +2,7 @@
# Copyright (C) 2007 OpenedHand Ltd.
#
-IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES} dev-pkgs"
+IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES} dev-pkgs ssh-server"
LICENSE = "MIT"
diff --git a/meta/recipes-sato/images/poky-image-sato-sdk.bb b/meta/recipes-sato/images/poky-image-sato-sdk.bb
index 9f8eef9..7ee2f95 100644
--- a/meta/recipes-sato/images/poky-image-sato-sdk.bb
+++ b/meta/recipes-sato/images/poky-image-sato-sdk.bb
@@ -2,7 +2,7 @@
# Copyright (C) 2007 OpenedHand Ltd.
#
-IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES} tools-debug tools-profile tools-sdk dev-pkgs qt4-pkgs"
+IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES} tools-debug tools-profile tools-sdk dev-pkgs qt4-pkgs ssh-server"
LICENSE = "MIT"
diff --git a/meta/recipes-sato/images/poky-image-sato.bb b/meta/recipes-sato/images/poky-image-sato.bb
index 35d1a53..31f74b1 100644
--- a/meta/recipes-sato/images/poky-image-sato.bb
+++ b/meta/recipes-sato/images/poky-image-sato.bb
@@ -2,7 +2,7 @@
# Copyright (C) 2007 OpenedHand Ltd.
#
-IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES}"
+IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES} ssh-server"
LICENSE = "MIT"
--
1.7.1
More information about the poky
mailing list