summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/core-image.bbclass3
-rw-r--r--meta/recipes-sato/images/core-image-sato-sdk.bb4
2 files changed, 2 insertions, 5 deletions
diff --git a/meta/classes/core-image.bbclass b/meta/classes/core-image.bbclass
index 52836d22e1..f4013134d5 100644
--- a/meta/classes/core-image.bbclass
+++ b/meta/classes/core-image.bbclass
@@ -64,8 +64,7 @@ IMAGE_INSTALL ?= "${CORE_IMAGE_BASE_INSTALL}"
64 64
65X11_IMAGE_FEATURES = "x11-base apps-x11-core package-management" 65X11_IMAGE_FEATURES = "x11-base apps-x11-core package-management"
66ENHANCED_IMAGE_FEATURES = "${X11_IMAGE_FEATURES} apps-x11-games package-management" 66ENHANCED_IMAGE_FEATURES = "${X11_IMAGE_FEATURES} apps-x11-games package-management"
67SSHSERVER_IMAGE_FEATURES ??= "ssh-server-dropbear" 67SATO_IMAGE_FEATURES = "${ENHANCED_IMAGE_FEATURES} x11-sato ssh-server-dropbear"
68SATO_IMAGE_FEATURES = "${ENHANCED_IMAGE_FEATURES} x11-sato ${SSHSERVER_IMAGE_FEATURES}"
69 68
70inherit image 69inherit image
71 70
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 \
3form a standalone SDK." 3form a standalone SDK."
4 4
5IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES} dev-pkgs tools-sdk qt4-pkgs \ 5IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES} dev-pkgs tools-sdk qt4-pkgs \
6 tools-debug tools-profile tools-testapps debug-tweaks" 6 tools-debug tools-profile tools-testapps debug-tweaks ssh-server-openssh"
7
8SSHSERVER_IMAGE_FEATURES = "ssh-server-openssh"
9 7
10LICENSE = "MIT" 8LICENSE = "MIT"
11 9