summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-03-27 13:27:43 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-04 14:13:35 +0100
commit2cc1a1cd0c914a5a13f30d74862bd9d9e0cde138 (patch)
treeac07cc3f94ef56c78dd0f1c9ae45656b2958c4ba /documentation/ref-manual/ref-classes.xml
parenteb4d51a92ad9baf749f3bab4d6e2d43a0d4e0d6a (diff)
downloadast2050-yocto-poky-2cc1a1cd0c914a5a13f30d74862bd9d9e0cde138.zip
ast2050-yocto-poky-2cc1a1cd0c914a5a13f30d74862bd9d9e0cde138.tar.gz
ref-manual: Minor edits to "Using External Source - externalsrc.bbclass".
(From yocto-docs rev: 35a5e53ad67b1458c29efa516c976fbd57c6b549) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index b6275bc..92d2af1 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -548,7 +548,7 @@
with those packages.
The <filename>meta-skeleton/recipes-skeleton/useradd/useradd-example.bb</filename>
recipe in the <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>
- provides a simple exmample that shows how to add three
+ provides a simple example that shows how to add three
users and groups to two packages.
See the <filename>useradd-example.bb</filename> for more information on how to
use this class.
@@ -603,7 +603,7 @@
<link linkend='var-BBCLASSEXTEND'><filename>BBCLASSEXTEND</filename></link> variable.
When you do, the <link linkend='var-B'><filename>B</filename></link> variable must support the
recipe's ability to build variants in different working directories.
- Most autotools-based recipes support separating these directories.
+ Most Autotools-based recipes support separating these directories.
The OpenEmbedded build system defaults to using separate directories for <filename>gcc</filename>
and some kernel recipes.
Alternatively, you can make sure that separate recipes exist that each
OpenPOWER on IntegriCloud