aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/local.conf.sample.extended
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-11 14:08:10 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-11 17:04:30 +0100
commit79ab3910a0626ab79e3c0a23983bcdfc933fd17b (patch)
treeaa330ffedda9ee7285b0cad789e50cf234773dab /meta/conf/local.conf.sample.extended
parent9b51f23480b4663ffc82b17ef22ca28c76c22990 (diff)
downloadopenembedded-core-contrib-79ab3910a0626ab79e3c0a23983bcdfc933fd17b.tar.gz
local.conf.sample: Fix typos and default to no patch resolver
Based on a patch from Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/local.conf.sample.extended')
-rw-r--r--meta/conf/local.conf.sample.extended8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/conf/local.conf.sample.extended b/meta/conf/local.conf.sample.extended
index aa5318dd20..0c3197d7f7 100644
--- a/meta/conf/local.conf.sample.extended
+++ b/meta/conf/local.conf.sample.extended
@@ -2,7 +2,7 @@
# certain recipes.
#BBMASK = ""
-# eglibc configurability is used to reduce minimal images's size.
+# eglibc configurability is used to reduce minimal image's size.
# the all supported eglibc options are listed in DISTRO_FEATURES_LIBC
# and disabled by default. Uncomment and copy the DISTRO_FEATURES_LIBC
# and DISTRO_FEATURES definitions to local.conf to enable the options.
@@ -56,8 +56,8 @@
# a central debug-file-directory, /usr/lib/debug:
# /bin/foo -> /usr/lib/debug/bin/foo.debug
#
-# Any source code referenced in the debug symbols will be copied
-# and made available within the /usr/src/debug directory
+# Any source code referenced in the debug symbols will be copied
+# and made available within the /usr/src/debug directory
#
#PACKAGE_DEBUG_SPLIT_STYLE = '.debug'
# PACKAGE_DEBUG_SPLIT_STYLE = 'debug-file-directory'
@@ -78,7 +78,7 @@
# The default is "default"
# Use "external-MODE" to use the precompiled external toolchains where MODE
# is the type of external toolchain to use e.g. eabi. You need to ensure
-# the toolchain you want to use is included in an an appropriate layer
+# the toolchain you want to use is included in an appropriate layer
# TCMODE = "external-eabi"
# mklibs library size optimization is more useful to smaller images,