From: Saul Wold Date: Tue, 7 Jun 2011 22:06:34 +0000 (-0700) Subject: core-image-sato-sdk: ensure testapps is part of sdk image X-Git-Tag: yocto-4.0~40864 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fd8967d30c41d8efd6333b5670022e65c5044f18;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git core-image-sato-sdk: ensure testapps is part of sdk image Signed-off-by: Saul Wold --- diff --git a/meta/recipes-sato/images/core-image-sato-sdk.bb b/meta/recipes-sato/images/core-image-sato-sdk.bb index ee9d799c311..6c2dc601002 100644 --- a/meta/recipes-sato/images/core-image-sato-sdk.bb +++ b/meta/recipes-sato/images/core-image-sato-sdk.bb @@ -2,7 +2,9 @@ # 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} dev-pkgs tools-sdk qt4-pkgs" +EXTRA_IMAGE_FEATURES += "tools-debug tools-profile tools-testapps debug-tweaks" LICENSE = "MIT"