summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/conf/local.conf.sample2
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"
56# c700/c750 machines which have limited space. The code below limits 56# c700/c750 machines which have limited space. The code below limits
57# the default features for those machines. 57# the default features for those machines.
58EXTRA_IMAGE_FEATURES_c7x0 = "tools-testapps debug-tweaks" 58EXTRA_IMAGE_FEATURES_c7x0 = "tools-testapps debug-tweaks"
59EXTRA_IMAGE_FEATURES_mx31phy = "tools-testapps debug-tweaks" 59EXTRA_IMAGE_FEATURES_mx31phy = "debug-tweaks"
60 60
61# A list of packaging systems used in generated images 61# A list of packaging systems used in generated images
62# The first package type listed will be used for rootfs generation 62# The first package type listed will be used for rootfs generation