From 70186548537242477c379e364e4d7ac27f0f5c0c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 1 Mar 2012 11:08:50 -0600 Subject: 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 Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-classes.xml | 3 +++ documentation/poky-ref-manual/ref-variables.xml | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'documentation/poky-ref-manual') 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 @@ BBCLASSEXTEND variable. When you do, the B variable must support the recipe's ability to build variants in different working directories. + Most autotools-based recipes support separating these directories. + The Yocto Project defaults to using separate directories for gcc + and some kernel recipes. Alternatively, you can make sure that separate recipes exist that each use the BBCLASSEXTEND variable to build each variant. 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 @@ You can separate the source directory (S) and the directory pointed to by the B variable. - In general, autotools, recipes such as gcc, - and some kernel recipes separate these directories by default. + Most autotools-based recipes support separating these directories. + The Yocto Project defaults to using separate directories for gcc + and some kernel recipes. -- cgit v1.2.3-54-g00ecf