aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/images/core-image-sato-sdk.bb
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-08-31 10:37:59 +0100
committerSaul Wold <sgw@linux.intel.com>2012-09-03 22:52:50 -0700
commit6488842b0d03cfec9f8675eca5a2e05675decf66 (patch)
treeb7c5253517e0bb2ad627bc9c21ba2784d61bb9e0 /meta/recipes-sato/images/core-image-sato-sdk.bb
parent6c78d99cc2e54a99af22357d7567f64e864949b9 (diff)
downloadopenembedded-core-contrib-6488842b0d03cfec9f8675eca5a2e05675decf66.tar.gz
classes/core-image: remove *_IMAGE_FEATURES variables
This indirection does not add anything in terms of configuration and only serves to increase confusion; and given the nature of these it is unlikely they are being used outside of OE-Core. Change the sato-sdk and sato-dev images to be based on the main Sato image (avoiding the need for a common SATO_IMAGE_FEATURES variable) and eliminate all references to them. Fixes [YOCTO #2458]. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-sato/images/core-image-sato-sdk.bb')
-rw-r--r--meta/recipes-sato/images/core-image-sato-sdk.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/meta/recipes-sato/images/core-image-sato-sdk.bb b/meta/recipes-sato/images/core-image-sato-sdk.bb
index 18ed0cd192..1caca402f6 100644
--- a/meta/recipes-sato/images/core-image-sato-sdk.bb
+++ b/meta/recipes-sato/images/core-image-sato-sdk.bb
@@ -1,13 +1,11 @@
+require core-image-sato.bb
+
DESCRIPTION = "Image with Sato support that includes everything within \
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 \
+IMAGE_FEATURES += "dev-pkgs tools-sdk qt4-pkgs \
tools-debug tools-profile tools-testapps debug-tweaks ssh-server-openssh"
-LICENSE = "MIT"
-
-inherit core-image
-
IMAGE_INSTALL += "kernel-dev"