diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-03-27 13:27:43 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-04 14:13:35 +0100 |
commit | 2cc1a1cd0c914a5a13f30d74862bd9d9e0cde138 (patch) | |
tree | ac07cc3f94ef56c78dd0f1c9ae45656b2958c4ba /documentation | |
parent | eb4d51a92ad9baf749f3bab4d6e2d43a0d4e0d6a (diff) | |
download | 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')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index b6275bca17..92d2af110f 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -548,7 +548,7 @@ | |||
548 | with those packages. | 548 | with those packages. |
549 | The <filename>meta-skeleton/recipes-skeleton/useradd/useradd-example.bb</filename> | 549 | The <filename>meta-skeleton/recipes-skeleton/useradd/useradd-example.bb</filename> |
550 | recipe in the <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink> | 550 | recipe in the <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink> |
551 | provides a simple exmample that shows how to add three | 551 | provides a simple example that shows how to add three |
552 | users and groups to two packages. | 552 | users and groups to two packages. |
553 | See the <filename>useradd-example.bb</filename> for more information on how to | 553 | See the <filename>useradd-example.bb</filename> for more information on how to |
554 | use this class. | 554 | use this class. |
@@ -603,7 +603,7 @@ | |||
603 | <link linkend='var-BBCLASSEXTEND'><filename>BBCLASSEXTEND</filename></link> variable. | 603 | <link linkend='var-BBCLASSEXTEND'><filename>BBCLASSEXTEND</filename></link> variable. |
604 | When you do, the <link linkend='var-B'><filename>B</filename></link> variable must support the | 604 | When you do, the <link linkend='var-B'><filename>B</filename></link> variable must support the |
605 | recipe's ability to build variants in different working directories. | 605 | recipe's ability to build variants in different working directories. |
606 | Most autotools-based recipes support separating these directories. | 606 | Most Autotools-based recipes support separating these directories. |
607 | The OpenEmbedded build system defaults to using separate directories for <filename>gcc</filename> | 607 | The OpenEmbedded build system defaults to using separate directories for <filename>gcc</filename> |
608 | and some kernel recipes. | 608 | and some kernel recipes. |
609 | Alternatively, you can make sure that separate recipes exist that each | 609 | Alternatively, you can make sure that separate recipes exist that each |