diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2011-10-11 16:25:29 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-11 14:11:30 +0100 |
commit | be9ee810bd00b74770b659fdc7da19c2166debee (patch) | |
tree | 15329b9c94e92778872467db94e154fc73dbdddd /meta-yocto/conf/local.conf.sample.extended | |
parent | 0c05d53fbede6feed6e9d361cb631a364f045a0f (diff) | |
download | poky-be9ee810bd00b74770b659fdc7da19c2166debee.tar.gz |
Fix typos in local.conf.sample and local.conf.sample.extended
Fixes bug [YOCTO #1667]
Fix typos in local.conf.sample and local.conf.sample.extended:
differernt -> different
chages -> changes
complation -> compilation
egde -> edge
"an an" -> "as an"
images's -> image's
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/conf/local.conf.sample.extended')
-rw-r--r-- | meta-yocto/conf/local.conf.sample.extended | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended index a42774cfac..0c3197d7f7 100644 --- a/meta-yocto/conf/local.conf.sample.extended +++ b/meta-yocto/conf/local.conf.sample.extended | |||
@@ -2,7 +2,7 @@ | |||
2 | # certain recipes. | 2 | # certain recipes. |
3 | #BBMASK = "" | 3 | #BBMASK = "" |
4 | 4 | ||
5 | # eglibc configurability is used to reduce minimal images's size. | 5 | # eglibc configurability is used to reduce minimal image's size. |
6 | # the all supported eglibc options are listed in DISTRO_FEATURES_LIBC | 6 | # the all supported eglibc options are listed in DISTRO_FEATURES_LIBC |
7 | # and disabled by default. Uncomment and copy the DISTRO_FEATURES_LIBC | 7 | # and disabled by default. Uncomment and copy the DISTRO_FEATURES_LIBC |
8 | # and DISTRO_FEATURES definitions to local.conf to enable the options. | 8 | # and DISTRO_FEATURES definitions to local.conf to enable the options. |
@@ -78,7 +78,7 @@ | |||
78 | # The default is "default" | 78 | # The default is "default" |
79 | # Use "external-MODE" to use the precompiled external toolchains where MODE | 79 | # Use "external-MODE" to use the precompiled external toolchains where MODE |
80 | # is the type of external toolchain to use e.g. eabi. You need to ensure | 80 | # is the type of external toolchain to use e.g. eabi. You need to ensure |
81 | # the toolchain you want to use is included in an an appropriate layer | 81 | # the toolchain you want to use is included in an appropriate layer |
82 | # TCMODE = "external-eabi" | 82 | # TCMODE = "external-eabi" |
83 | 83 | ||
84 | # mklibs library size optimization is more useful to smaller images, | 84 | # mklibs library size optimization is more useful to smaller images, |