summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-03-01 11:08:50 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-08 12:08:05 -0800
commit70186548537242477c379e364e4d7ac27f0f5c0c (patch)
tree7c19f7bf412497506565c83b0c47632d16a56891 /documentation/poky-ref-manual
parente95d81a8bf974b80b77dd514bbba181d3e9e4560 (diff)
downloadpoky-70186548537242477c379e364e4d7ac27f0f5c0c.tar.gz
documentation/poky-ref-manual: Review edits on B and externalsrc.bbclass
I tried to implement some comments by Richard on the B glossary entry and the externalsrc.bbclass section. The comments were a bit confusing to me but the gist of it was I mis-interpreted Richard's comments on supporting separate directories for B and S. I had indicated that autotools-based recipes did this by default, which was wrong. What was confusing to me is where the comments should be. I ended up putting them in both areas of the reference manual. (From yocto-docs rev: a2ddc17bd003b116e593f7df0f59d86cfa0e1cd9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual')
-rw-r--r--documentation/poky-ref-manual/ref-classes.xml3
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml5
2 files changed, 6 insertions, 2 deletions
diff --git a/documentation/poky-ref-manual/ref-classes.xml b/documentation/poky-ref-manual/ref-classes.xml
index 09b3161fb7..e2bf9fed99 100644
--- a/documentation/poky-ref-manual/ref-classes.xml
+++ b/documentation/poky-ref-manual/ref-classes.xml
@@ -567,6 +567,9 @@
567 <link linkend='var-BBCLASSEXTEND'><filename>BBCLASSEXTEND</filename></link> variable. 567 <link linkend='var-BBCLASSEXTEND'><filename>BBCLASSEXTEND</filename></link> variable.
568 When you do, the <link linkend='var-B'><filename>B</filename></link> variable must support the 568 When you do, the <link linkend='var-B'><filename>B</filename></link> variable must support the
569 recipe's ability to build variants in different working directories. 569 recipe's ability to build variants in different working directories.
570 Most autotools-based recipes support separating these directories.
571 The Yocto Project defaults to using separate directories for <filename>gcc</filename>
572 and some kernel recipes.
570 Alternatively, you can make sure that separate recipes exist that each 573 Alternatively, you can make sure that separate recipes exist that each
571 use the <filename>BBCLASSEXTEND</filename> variable to build each variant. 574 use the <filename>BBCLASSEXTEND</filename> variable to build each variant.
572 The separate recipes can inherit a single target recipe. 575 The separate recipes can inherit a single target recipe.
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 07715bea4e..fe1c63528c 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -76,8 +76,9 @@
76 </literallayout> 76 </literallayout>
77 You can separate the source directory (<filename>S</filename>) and the directory pointed to 77 You can separate the source directory (<filename>S</filename>) and the directory pointed to
78 by the <filename>B</filename> variable. 78 by the <filename>B</filename> variable.
79 In general, <filename>autotools</filename>, recipes such as <filename>gcc</filename>, 79 Most autotools-based recipes support separating these directories.
80 and some kernel recipes separate these directories by default. 80 The Yocto Project defaults to using separate directories for <filename>gcc</filename>
81 and some kernel recipes.
81 </para> 82 </para>
82 </glossdef> 83 </glossdef>
83 </glossentry> 84 </glossentry>