]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
local.conf.sample: remove default EXTRA_IMAGE_FEATURES
authorSaul Wold <sgw@linux.intel.com>
Tue, 7 Jun 2011 22:11:09 +0000 (15:11 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 9 Jun 2011 15:17:47 +0000 (16:17 +0100)
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>
meta-yocto/conf/local.conf.sample

index 359e5100395e1638635947ab8763700ade3812be..ea32b810d6993f6292a540704cd42a700dca1c36 100644 (file)
@@ -53,15 +53,8 @@ BBMASK = ""
 #                    e.g. ssh root access has a blank password
 # There are other application targets too, see meta/classes/core-image.bbclass 
 # and meta/recipes-core/tasks/task-core.bb for more details.
-
-EXTRA_IMAGE_FEATURES = "tools-debug tools-profile tools-testapps debug-tweaks"
-
-# The default IMAGE_FEATURES above are too large for the mx31phy and 
-# c700/c750 machines which have limited space. The code below limits
-# the default features for those machines.
-EXTRA_IMAGE_FEATURES_c7x0 = "tools-testapps debug-tweaks"
-EXTRA_IMAGE_FEATURES_mx31phy = "debug-tweaks"
-EXTRA_IMAGE_FEATURES_mx31ads = "tools-testapps debug-tweaks"
+# The -sdk image includes these features by default now.
+EXTRA_IMAGE_FEATURES = "debug-tweaks"
 
 # A list of packaging systems used in generated images
 # The first package type listed will be used for rootfs generation