diff options
author | Richard Purdie <richard@openedhand.com> | 2008-01-09 10:35:01 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-01-09 10:35:01 +0000 |
commit | 03e591a793512342acac958597047f34a9d5bfbe (patch) | |
tree | 061869f284940587d8a5f74fd894cde6f6039053 /build | |
parent | 7f3a1703f9436ecd8ffdb68a8b46f7b588aebd0d (diff) | |
download | poky-03e591a793512342acac958597047f34a9d5bfbe.tar.gz |
local.conf.sample: Limit the features built into c7x0 and mx31phy images
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3434 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'build')
-rw-r--r-- | build/conf/local.conf.sample | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample index f008bb331d..9cdbe59d92 100644 --- a/build/conf/local.conf.sample +++ b/build/conf/local.conf.sample | |||
@@ -52,6 +52,12 @@ DISTRO ?= "poky" | |||
52 | 52 | ||
53 | IMAGE_FEATURES = "tools-debug tools-profile tools-testapps debug-tweaks" | 53 | IMAGE_FEATURES = "tools-debug tools-profile tools-testapps debug-tweaks" |
54 | 54 | ||
55 | # The default IMAGE_FEATURES above are too large for the mx31phy and | ||
56 | # c700/c750 machines which have limited space. The code below limits | ||
57 | # the default features for those machines. | ||
58 | IMAGE_FEATURES_c7x0 = "tools-testapps debug-tweaks" | ||
59 | IMAGE_FEATURES_mx31phy = "tools-testapps debug-tweaks" | ||
60 | |||
55 | # A list of packaging systems used in generated images | 61 | # A list of packaging systems used in generated images |
56 | # The first package type listed will be used for rootfs generation | 62 | # The first package type listed will be used for rootfs generation |
57 | # include 'package_deb' for debs | 63 | # include 'package_deb' for debs |