From 6488842b0d03cfec9f8675eca5a2e05675decf66 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Fri, 31 Aug 2012 10:37:59 +0100 Subject: 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 Signed-off-by: Saul Wold --- meta/classes/core-image.bbclass | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meta/classes/core-image.bbclass') diff --git a/meta/classes/core-image.bbclass b/meta/classes/core-image.bbclass index f4013134d5..d6dd6460eb 100644 --- a/meta/classes/core-image.bbclass +++ b/meta/classes/core-image.bbclass @@ -62,10 +62,6 @@ CORE_IMAGE_EXTRA_INSTALL ?= "" IMAGE_INSTALL ?= "${CORE_IMAGE_BASE_INSTALL}" -X11_IMAGE_FEATURES = "x11-base apps-x11-core package-management" -ENHANCED_IMAGE_FEATURES = "${X11_IMAGE_FEATURES} apps-x11-games package-management" -SATO_IMAGE_FEATURES = "${ENHANCED_IMAGE_FEATURES} x11-sato ssh-server-dropbear" - inherit image # Create /etc/timestamp during image construction to give a reasonably sane default time setting -- cgit 1.2.3-korg