[oe-commits] Saul Wold : core-image-sato-sdk: ensure testapps is part of sdk image

git version control git at git.openembedded.org
Thu Jun 9 15:44:48 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: fd8967d30c41d8efd6333b5670022e65c5044f18
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=fd8967d30c41d8efd6333b5670022e65c5044f18

Author: Saul Wold <sgw at linux.intel.com>
Date:   Tue Jun  7 15:06:34 2011 -0700

core-image-sato-sdk: ensure testapps is part of sdk image

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-sato/images/core-image-sato-sdk.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-sato/images/core-image-sato-sdk.bb b/meta/recipes-sato/images/core-image-sato-sdk.bb
index ee9d799..6c2dc60 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"
 





More information about the Openembedded-commits mailing list