From 6c78d99cc2e54a99af22357d7567f64e864949b9 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Fri, 31 Aug 2012 17:53:01 +0100 Subject: classes/core-image: remove SSHSERVER_IMAGE_FEATURES This variable was added in the very same commit that added a mechanism that makes it obsolete: if you have dropbear and you want openssh, you just add ssh-server-openssh to your IMAGE_FEATURES and it will replace dropbear via IMAGE_FEATURES_REPLACES_. Signed-off-by: Paul Eggleton Signed-off-by: Saul Wold --- meta/recipes-sato/images/core-image-sato-sdk.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'meta/recipes-sato') diff --git a/meta/recipes-sato/images/core-image-sato-sdk.bb b/meta/recipes-sato/images/core-image-sato-sdk.bb index 689315b241..18ed0cd192 100644 --- a/meta/recipes-sato/images/core-image-sato-sdk.bb +++ b/meta/recipes-sato/images/core-image-sato-sdk.bb @@ -3,9 +3,7 @@ core-image-sato plus meta-toolchain, development headers and libraries to \ form a standalone SDK." IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES} dev-pkgs tools-sdk qt4-pkgs \ - tools-debug tools-profile tools-testapps debug-tweaks" - -SSHSERVER_IMAGE_FEATURES = "ssh-server-openssh" + tools-debug tools-profile tools-testapps debug-tweaks ssh-server-openssh" LICENSE = "MIT" -- cgit 1.2.3-korg