summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual
diff options
context:
space:
mode:
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>