diff options
author | Richard Purdie <richard@openedhand.com> | 2008-01-14 17:12:04 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-01-14 17:12:04 +0000 |
commit | 0135bc9e91635a02d3e532ebfb51a4eb9d69e5f6 (patch) | |
tree | ce8bd2e828002e680163b995dcbb56dc5b1240f5 /build | |
parent | 1a34b12a3ec41225991419e715f1cc650dabc8a0 (diff) | |
download | openembedded-core-0135bc9e91635a02d3e532ebfb51a4eb9d69e5f6.tar.gz openembedded-core-0135bc9e91635a02d3e532ebfb51a4eb9d69e5f6.tar.bz2 openembedded-core-0135bc9e91635a02d3e532ebfb51a4eb9d69e5f6.zip |
local.conf.sample: Remove tools-testapps from mx31phy images
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3484 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'build')
-rw-r--r-- | build/conf/local.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample index 5e55f92772..31209097f2 100644 --- a/build/conf/local.conf.sample +++ b/build/conf/local.conf.sample @@ -56,7 +56,7 @@ EXTRA_IMAGE_FEATURES = "tools-debug tools-profile tools-testapps debug-tweaks" # 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 = "tools-testapps debug-tweaks" +EXTRA_IMAGE_FEATURES_mx31phy = "debug-tweaks" # A list of packaging systems used in generated images # The first package type listed will be used for rootfs generation |