* [PATCH 1/4] classes/update-alternatives: fix typos and grammar
2012-01-05 9:29 [PATCH 0/4] Minor fixes Paul Eggleton
@ 2012-01-05 9:29 ` Paul Eggleton
2012-01-05 9:29 ` [PATCH 2/4] README: add short description of OE-Core Paul Eggleton
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Paul Eggleton @ 2012-01-05 9:29 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
meta/classes/update-alternatives.bbclass | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/meta/classes/update-alternatives.bbclass b/meta/classes/update-alternatives.bbclass
index e5ba655..0e8e58b 100644
--- a/meta/classes/update-alternatives.bbclass
+++ b/meta/classes/update-alternatives.bbclass
@@ -3,7 +3,7 @@
# command directly in your recipe, but in most cases this class simplifies
# that job.
#
-# There're two basic modes supported: 'single update' and 'batch update'
+# There are two basic modes supported: 'single update' and 'batch update'
#
# 'single update' is used for a single alternative command, and you're
# expected to provide at least below keywords:
@@ -11,19 +11,19 @@
# ALTERNATIVE_NAME - the name that the alternative is registered
# ALTERNATIVE_PATH - the path of installed alternative
#
-# ALTENATIVE_PRIORITY and ALTERNATIVE_LINK are optional which have defautls
+# ALTERNATIVE_PRIORITY and ALTERNATIVE_LINK are optional which have defaults
# in this class.
#
# 'batch update' is used if you have multiple alternatives to be updated.
# Unlike 'single update', 'batch update' in most times only require two
-# parameter:
+# parameters:
#
-# ALTERNATIVE_LINKS - a list of symbol links for which you'd like to
+# ALTERNATIVE_LINKS - a list of symbolic links for which you'd like to
# create alternatives, with space as delimiter, e.g:
#
# ALTERNATIVE_LINKS = "${bindir}/cmd1 ${sbindir}/cmd2 ..."
#
-# ALTNERATIVE_PRIORITY - optional, applies to all
+# ALTERNATIVE_PRIORITY - optional, applies to all
#
# To simplify the design, this class has the assumption that for a name
# listed in ALTERNATIVE_LINKS, say /path/cmd:
@@ -49,7 +49,7 @@ update-alternatives --remove ${ALTERNATIVE_NAME} ${ALTERNATIVE_PATH}
}
# for batch alternatives, we use a simple approach to require only one parameter
-# with the rest info deduced implicitly
+# with the rest of the info deduced implicitly
update_alternatives_batch_postinst() {
for link in ${ALTERNATIVE_LINKS}
do
--
1.7.5.4
^ permalink raw reply related [flat|nested] 6+ messages in thread* [PATCH 3/4] conf/local.conf.sample: fix typos/grammar/formatting
2012-01-05 9:29 [PATCH 0/4] Minor fixes Paul Eggleton
2012-01-05 9:29 ` [PATCH 1/4] classes/update-alternatives: fix typos and grammar Paul Eggleton
2012-01-05 9:29 ` [PATCH 2/4] README: add short description of OE-Core Paul Eggleton
@ 2012-01-05 9:29 ` Paul Eggleton
2012-01-05 9:29 ` [PATCH 4/4] qt4: add Upstream-Status to recently added qt-4.8.0 patch Paul Eggleton
2012-01-05 11:26 ` [PATCH 0/4] Minor fixes Richard Purdie
4 siblings, 0 replies; 6+ messages in thread
From: Paul Eggleton @ 2012-01-05 9:29 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
meta/conf/local.conf.sample | 35 ++++++++++++++++++-----------------
1 files changed, 18 insertions(+), 17 deletions(-)
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample
index 7d52d0e..5679c03 100644
--- a/meta/conf/local.conf.sample
+++ b/meta/conf/local.conf.sample
@@ -4,7 +4,7 @@
# to the system might want to change but pretty much any configuration option can
# be set in this file. More adventurous users can look at local.conf.extended
# which contains other examples of configuration which can be placed in this file
-# but new users likely don't need any of them initially.
+# but new users likely won't need any of them initially.
#
# Lines starting with the '#' character are commented out and in some cases the
# default values are provided as comments to show people example syntax. Enabling
@@ -22,16 +22,16 @@
# The second option controls how many processes make should run in parallel when
# running compile tasks:
#
-# PARALLEL_MAKE = "-j 4"
+#PARALLEL_MAKE = "-j 4"
#
-# For a quadcore, BB_NUMBER_THREADS = "4", PARALLEL_MAKE = "-j 4" would
+# For a quad-core machine, BB_NUMBER_THREADS = "4", PARALLEL_MAKE = "-j 4" would
# be appropriate for example.
#
# Machine Selection
#
# You need to select a specific machine to target the build with. There are a selection
-# emulated machines available which can boot and run in the QEMU emulator:
+# of emulated machines available which can boot and run in the QEMU emulator:
#
#MACHINE ?= "qemuarm"
#MACHINE ?= "qemumips"
@@ -59,7 +59,7 @@ MACHINE ??= "qemux86"
# Where to place shared-state files
#
# BitBake has the capability to accelerate builds based on previously built output.
-# This is done using "shared state" files which can be through of as cache objects
+# This is done using "shared state" files which can be thought of as cache objects
# and this option determines where those files are placed.
#
# You can wipe out TMPDIR leaving this directory intact and the build would regenerate
@@ -121,10 +121,10 @@ PACKAGE_CLASSES ?= "package_ipk"
# "tools-debug" - add debugging tools (gdb, strace)
# "tools-profile" - add profiling tools (oprofile, exmap, lttng valgrind (x86 only))
# "tools-testapps" - add useful testing tools (ts_print, aplay, arecord etc.)
-# "debug-tweaks" - make an image for suitable of development
+# "debug-tweaks" - make an image suitable for development
# e.g. ssh root access has a blank password
-# There are other application targets that can be uses here too, see
-# meta/classes/core-image.bbclass and meta/recipes-core/tasks/task-core.bb for more details.
+# There are other application targets that can be used here too, see
+# meta/classes/image.bbclass and meta/classes/core-image.bbclass for more details.
# We default to enabling the debugging tweaks.
EXTRA_IMAGE_FEATURES = "debug-tweaks"
@@ -151,16 +151,17 @@ USER_CLASSES ?= "buildstats image-mklibs image-prelink"
#IMAGETEST = "qemu"
#
# This variable controls which tests are run against virtual images if enabled
-# above. The following would enable bat, oot test case under sanity suite and
-# toolchain tests
+# above. The following would enable bat, boot the test case under the sanity suite
+# and perform toolchain tests
#TEST_SCEN = "sanity bat sanity:boot toolchain"
#
-# Because of the QEMU booting slowness issue(see bug #646 and #618), autobuilder
-# may suffer a timeout issue when running sanity test. We introduce variable
-# TEST_SERIALIZE here to reduce the time on sanity test. It is by default set
-# to 1. This will start image and run cases in the same image without reboot
-# or kill. If it is set to 0, the image will be copied and tested for each
-# case, which will take longer but be more precise.
+# Because of the QEMU booting slowness issue (see bug #646 and #618), the
+# autobuilder may suffer a timeout issue when running sanity tests. We introduce
+# the variable TEST_SERIALIZE here to reduce the time taken by the sanity tests.
+# It is set to 1 by default, which will boot the image and run cases in the same
+# image without rebooting or killing the machine instance. If it is set to 0, the
+# image will be copied and tested for each case, which will take longer but be
+# more precise.
#TEST_SERIALIZE = "1"
#
@@ -175,7 +176,7 @@ USER_CLASSES ?= "buildstats image-mklibs image-prelink"
# Examples of the occasions this may happen are when resolving patches which cannot
# be applied, to use the devshell or the kernel menuconfig
#
-# Supported values are auto, gnome, xfce, rxvt, xcreen, konsole (3.x only), none
+# Supported values are auto, gnome, xfce, rxvt, screen, konsole (KDE 3.x only), none
# Note: currently, Konsole support only works for KDE 3.x due to the way
# newer Konsole versions behave
#OE_TERMINAL = "auto"
--
1.7.5.4
^ permalink raw reply related [flat|nested] 6+ messages in thread