diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-16 11:08:27 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-17 22:34:17 +0100 |
commit | e04976e27f3ad187a72b18f71efcd6b514e4cd13 (patch) | |
tree | f79ae3750d0e43996afc5a22335087d934ec032a /documentation/dev-manual/dev-manual-common-tasks.xml | |
parent | af7151445a4bf4530fb4d6befc5e8ed5af3a8959 (diff) | |
download | poky-e04976e27f3ad187a72b18f71efcd6b514e4cd13.tar.gz |
dev-manual: Edits to "Building Software from an External Source" section.
(From yocto-docs rev: 0fcc12bad0ac3020f8985000e77829fc58588031)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index e07dd69de3..b849f5a0ec 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -3724,7 +3724,7 @@ | |||
3724 | It is important to know that the <filename>externalsrc.bbclass</filename> assumes that the | 3724 | It is important to know that the <filename>externalsrc.bbclass</filename> assumes that the |
3725 | source directory <filename>S</filename> and the Build Directory | 3725 | source directory <filename>S</filename> and the Build Directory |
3726 | <ulink url='&YOCTO_DOCS_REF_URL;#var-B'><filename>B</filename></ulink> | 3726 | <ulink url='&YOCTO_DOCS_REF_URL;#var-B'><filename>B</filename></ulink> |
3727 | are different even though by default these directories are the same. | 3727 | are different even though these directories are the same by default. |
3728 | This assumption is important because it supports building different variants of the recipe | 3728 | This assumption is important because it supports building different variants of the recipe |
3729 | by using the | 3729 | by using the |
3730 | <ulink url='&YOCTO_DOCS_REF_URL;#var-BBCLASSEXTEND'><filename>BBCLASSEXTEND</filename></ulink> | 3730 | <ulink url='&YOCTO_DOCS_REF_URL;#var-BBCLASSEXTEND'><filename>BBCLASSEXTEND</filename></ulink> |
@@ -3732,7 +3732,7 @@ | |||
3732 | You could allow the Build Directory to be the same as the source directory but you would | 3732 | You could allow the Build Directory to be the same as the source directory but you would |
3733 | not be able to build more than one variant of the recipe. | 3733 | not be able to build more than one variant of the recipe. |
3734 | Consequently, if you are building multiple variants of the recipe, you need to establish a | 3734 | Consequently, if you are building multiple variants of the recipe, you need to establish a |
3735 | Build Directory that is different than the source directory. | 3735 | Build Directory that is different than the Source Directory. |
3736 | </para> | 3736 | </para> |
3737 | </section> | 3737 | </section> |
3738 | 3738 | ||