diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-06-07 15:11:09 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-09 16:17:47 +0100 |
commit | b71f3e4cea56fbce2d303d321734a7098116cccd (patch) | |
tree | bbeea56e866280f143275f74bf13b597994d4d03 /meta-yocto/conf | |
parent | 43d84e6febb2bfe17be4fedf5679ab8904249318 (diff) | |
download | poky-b71f3e4cea56fbce2d303d321734a7098116cccd.tar.gz |
local.conf.sample: remove default EXTRA_IMAGE_FEATURES
The default list of EXTRA_IMAGE_FEATURES adds alot to the generic non-dev and non-sdk image
so ensure that the sato-sdk and lsb-sdk includes this list by default.
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta-yocto/conf')
-rw-r--r-- | meta-yocto/conf/local.conf.sample | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample index 359e510039..ea32b810d6 100644 --- a/meta-yocto/conf/local.conf.sample +++ b/meta-yocto/conf/local.conf.sample | |||
@@ -53,15 +53,8 @@ BBMASK = "" | |||
53 | # e.g. ssh root access has a blank password | 53 | # e.g. ssh root access has a blank password |
54 | # There are other application targets too, see meta/classes/core-image.bbclass | 54 | # There are other application targets too, see meta/classes/core-image.bbclass |
55 | # and meta/recipes-core/tasks/task-core.bb for more details. | 55 | # and meta/recipes-core/tasks/task-core.bb for more details. |
56 | 56 | # The -sdk image includes these features by default now. | |
57 | EXTRA_IMAGE_FEATURES = "tools-debug tools-profile tools-testapps debug-tweaks" | 57 | EXTRA_IMAGE_FEATURES = "debug-tweaks" |
58 | |||
59 | # The default IMAGE_FEATURES above are too large for the mx31phy and | ||
60 | # c700/c750 machines which have limited space. The code below limits | ||
61 | # the default features for those machines. | ||
62 | EXTRA_IMAGE_FEATURES_c7x0 = "tools-testapps debug-tweaks" | ||
63 | EXTRA_IMAGE_FEATURES_mx31phy = "debug-tweaks" | ||
64 | EXTRA_IMAGE_FEATURES_mx31ads = "tools-testapps debug-tweaks" | ||
65 | 58 | ||
66 | # A list of packaging systems used in generated images | 59 | # A list of packaging systems used in generated images |
67 | # The first package type listed will be used for rootfs generation | 60 | # The first package type listed will be used for rootfs generation |