diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-03-01 11:08:50 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-08 12:08:05 -0800 |
| commit | 70186548537242477c379e364e4d7ac27f0f5c0c (patch) | |
| tree | 7c19f7bf412497506565c83b0c47632d16a56891 /documentation/poky-ref-manual/ref-classes.xml | |
| parent | e95d81a8bf974b80b77dd514bbba181d3e9e4560 (diff) | |
| download | poky-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/ref-classes.xml')
| -rw-r--r-- | documentation/poky-ref-manual/ref-classes.xml | 3 |
1 files changed, 3 insertions, 0 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. |
