diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-06-07 15:06:34 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-09 16:44:38 +0100 |
commit | 644cc126ace65ca54a8ad744f635105a048ce734 (patch) | |
tree | 6fdafe525565490972584a23f0c365c88fb4b2da /meta | |
parent | 163f4df219040f66d1f1fbd68e0f6003b329a171 (diff) | |
download | poky-644cc126ace65ca54a8ad744f635105a048ce734.tar.gz |
core-image-sato-sdk: ensure testapps is part of sdk image
(From OE-Core rev: fd8967d30c41d8efd6333b5670022e65c5044f18)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | 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 ee9d799c31..6c2dc60100 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 @@ | |||
2 | # Copyright (C) 2007 OpenedHand Ltd. | 2 | # Copyright (C) 2007 OpenedHand Ltd. |
3 | # | 3 | # |
4 | 4 | ||
5 | IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES} tools-debug tools-profile tools-sdk dev-pkgs qt4-pkgs" | 5 | |
6 | IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES} dev-pkgs tools-sdk qt4-pkgs" | ||
7 | EXTRA_IMAGE_FEATURES += "tools-debug tools-profile tools-testapps debug-tweaks" | ||
6 | 8 | ||
7 | LICENSE = "MIT" | 9 | LICENSE = "MIT" |
8 | 10 | ||