]> code.ossystems Code Review - openembedded-core.git/commitdiff
local.conf.sample: Limit the features built into c7x0 and mx31phy images
authorRichard Purdie <richard@openedhand.com>
Wed, 9 Jan 2008 10:35:01 +0000 (10:35 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 9 Jan 2008 10:35:01 +0000 (10:35 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3434 311d38ba-8fff-0310-9ca6-ca027cbcb966

build/conf/local.conf.sample

index f008bb331d33a9ac82d3999aedca3d6042e7c70a..9cdbe59d92b332816fa99c61cd48a0afaccace37 100644 (file)
@@ -52,6 +52,12 @@ DISTRO ?= "poky"
 
 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.
+IMAGE_FEATURES_c7x0 = "tools-testapps debug-tweaks"
+IMAGE_FEATURES_mx31phy = "tools-testapps debug-tweaks"
+
 # A list of packaging systems used in generated images
 # The first package type listed will be used for rootfs generation
 # include 'package_deb' for debs