* [PATCH 0/1] Fix typos in local.conf.sample and local.conf.sample.extended
@ 2011-10-11 8:25 Robert Yang
2011-10-11 8:25 ` [PATCH 1/1] " Robert Yang
0 siblings, 1 reply; 3+ messages in thread
From: Robert Yang @ 2011-10-11 8:25 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 0c05d53fbede6feed6e9d361cb631a364f045a0f:
Fix sysprof for powerpc64 (2011-10-10 10:00:10 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib robert/typo
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=robert/typo
Robert Yang (1):
Fix typos in local.conf.sample and local.conf.sample.extended
meta-yocto/conf/local.conf.sample | 10 +++++-----
meta-yocto/conf/local.conf.sample.extended | 4 ++--
2 files changed, 7 insertions(+), 7 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] Fix typos in local.conf.sample and local.conf.sample.extended
2011-10-11 8:25 [PATCH 0/1] Fix typos in local.conf.sample and local.conf.sample.extended Robert Yang
@ 2011-10-11 8:25 ` Robert Yang
2011-10-11 13:13 ` Richard Purdie
0 siblings, 1 reply; 3+ messages in thread
From: Robert Yang @ 2011-10-11 8:25 UTC (permalink / raw)
To: openembedded-core
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>
---
meta-yocto/conf/local.conf.sample | 10 +++++-----
meta-yocto/conf/local.conf.sample.extended | 4 ++--
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample
index 0c24208..da3f8df 100644
--- a/meta-yocto/conf/local.conf.sample
+++ b/meta-yocto/conf/local.conf.sample
@@ -53,7 +53,7 @@ MACHINE ??= "qemux86"
#
# Where to place downloads
#
-# During a first build the system will download many differernt source code tarballs
+# During a first build the system will download many different source code tarballs
# from various upstream projects. This can take a while, particularly if your network
# connection is slow. These are all stored in DL_DIR. When wiping and rebuilding you
# can preserve this directory to speed up this part of subsequent builds. This directory
@@ -71,7 +71,7 @@ MACHINE ??= "qemux86"
# and this option determines where those files are placed.
#
# You can wipe out TMPDIR leaving this directory intact and the build would regenerate
-# from these files if no chages were made to the configuration. If changes were made
+# from these files if no changes were made to the configuration. If changes were made
# to the configuration, only shared state files where the state was still valid would
# be used (done using checksums).
#
@@ -84,7 +84,7 @@ MACHINE ??= "qemux86"
#
# This option specifies where the bulk of the building work should be done and
# where BitBake should place its temporary files and output. Keep in mind that
-# this includes the extraction and complation of many applications and the toolchain
+# this includes the extraction and compilation of many applications and the toolchain
# which can use Gigabytes of hard disk space.
#
# The default is a tmp directory under TOPDIR.
@@ -100,9 +100,9 @@ MACHINE ??= "qemux86"
# these defaults.
#
DISTRO ?= "poky"
-# As an exable of a subclass there is a "bleeding" egde policy configuration
+# As an example of a subclass there is a "bleeding" edge policy configuration
# where many versions are set to the absolute latest code from the upstream
-# source control systems. This is just mentioned here an an example, its not
+# source control systems. This is just mentioned here as an example, its not
# useful to most new users.
# DISTRO ?= "poky-bleeding"
diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended
index a42774c..9b50aba 100644
--- a/meta-yocto/conf/local.conf.sample.extended
+++ b/meta-yocto/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.
@@ -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 as appropriate layer
# TCMODE = "external-eabi"
# mklibs library size optimization is more useful to smaller images,
--
1.7.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] Fix typos in local.conf.sample and local.conf.sample.extended
2011-10-11 8:25 ` [PATCH 1/1] " Robert Yang
@ 2011-10-11 13:13 ` Richard Purdie
0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2011-10-11 13:13 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Tue, 2011-10-11 at 16:25 +0800, Robert Yang wrote:
> 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>
> ---
> meta-yocto/conf/local.conf.sample | 10 +++++-----
> meta-yocto/conf/local.conf.sample.extended | 4 ++--
> 2 files changed, 7 insertions(+), 7 deletions(-)
This is a patch against poky, not oe-core. I've merged it into poky with
some tweaks and also ported the appropriate fixes to OE-Core's version
of local.conf.sample.
Cheers,
Richard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-10-11 13:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-11 8:25 [PATCH 0/1] Fix typos in local.conf.sample and local.conf.sample.extended Robert Yang
2011-10-11 8:25 ` [PATCH 1/1] " Robert Yang
2011-10-11 13:13 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox