diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-10-14 06:57:45 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-10-18 16:15:28 +0200 |
| commit | 8eb706a41b040cf1397c2ebe5517c40031f4d1fb (patch) | |
| tree | e712abfb9878b9ab803b7c862799b769b682f631 /documentation/ref-manual/ref-classes.xml | |
| parent | 323929d1ee5d18da7aebf1e536706f00f65f4f35 (diff) | |
| download | poky-8eb706a41b040cf1397c2ebe5517c40031f4d1fb.tar.gz | |
ref-manual, dev-manual: Applied migration review edits.
Applied the full set of first draft revision edits for the
new migration section for 1.7. Comments from Paul Eggleton.
(From yocto-docs rev: 90586addbc719ecaf7c768b267adf0e988e27b74)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
| -rw-r--r-- | documentation/ref-manual/ref-classes.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 3e7662e146..1b01ef61c9 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
| @@ -102,6 +102,17 @@ | |||
| 102 | </para> | 102 | </para> |
| 103 | 103 | ||
| 104 | <para> | 104 | <para> |
| 105 | By default, the <filename>autotools</filename> class supports | ||
| 106 | out-of-tree builds | ||
| 107 | (<link linkend='var-B'><filename>B</filename></link> <filename>!=</filename> | ||
| 108 | <link linkend='var-S'><filename>S</filename></link>). | ||
| 109 | If your recipes do not support out-of-tree builds, you should | ||
| 110 | have them inherit the | ||
| 111 | <link linkend='ref-classes-autotools-brokensep'><filename>autotools-brokensep</filename></link> | ||
| 112 | class. | ||
| 113 | </para> | ||
| 114 | |||
| 115 | <para> | ||
| 105 | It's useful to have some idea of how the tasks defined by this class work | 116 | It's useful to have some idea of how the tasks defined by this class work |
| 106 | and what they do behind the scenes. | 117 | and what they do behind the scenes. |
| 107 | <itemizedlist> | 118 | <itemizedlist> |
| @@ -123,17 +134,6 @@ | |||
| 123 | </para></listitem> | 134 | </para></listitem> |
| 124 | </itemizedlist> | 135 | </itemizedlist> |
| 125 | </para> | 136 | </para> |
| 126 | |||
| 127 | <note> | ||
| 128 | It is planned for future Yocto Project releases that by default, the | ||
| 129 | <filename>autotools</filename> class supports out-of-tree builds | ||
| 130 | (<link linkend='var-B'><filename>B</filename></link> != | ||
| 131 | <link linkend='var-S'><filename>S</filename></link>). | ||
| 132 | If your recipes do not support out-of-tree builds, you should | ||
| 133 | have them inherit the | ||
| 134 | <link linkend='ref-classes-autotools-brokensep'><filename>autotools-brokensep</filename></link> | ||
| 135 | class. | ||
| 136 | </note> | ||
| 137 | </section> | 137 | </section> |
| 138 | 138 | ||
| 139 | <section id='ref-classes-autotools-brokensep'> | 139 | <section id='ref-classes-autotools-brokensep'> |
