summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-04-30 08:25:02 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-10-21 23:11:34 +0100
commit4d9919646aafb08d1d69a4e87590447d67f45c75 (patch)
treeeee8bcbbbb139fe91b7c6df692073a69105aa66a /documentation
parentb74ea963cefffad9fbd91d4eb9b240f6a8c86cd0 (diff)
downloadpoky-4d9919646aafb08d1d69a4e87590447d67f45c75.tar.gz
ref-manual: Added new variable description for ARCHIVER_MODE
Also, added a cross-reference link from the archiver.bbclass section to the new description. (From yocto-docs rev: 1a7c86064f2dbb7453026bf8b8166566b33b3287) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-classes.xml3
-rw-r--r--documentation/ref-manual/ref-variables.xml21
2 files changed, 24 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 4eb61c5ba5..8fdce8ef0a 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -77,6 +77,9 @@
77 For more details on the source archiver, see the 77 For more details on the source archiver, see the
78 "<ulink url='&YOCTO_DOCS_DEV_URL;#maintaining-open-source-license-compliance-during-your-products-lifecycle'>Maintaining Open Source License Compliance During Your Product's Lifecycle</ulink>" 78 "<ulink url='&YOCTO_DOCS_DEV_URL;#maintaining-open-source-license-compliance-during-your-products-lifecycle'>Maintaining Open Source License Compliance During Your Product's Lifecycle</ulink>"
79 section in the Yocto Project Development Manual. 79 section in the Yocto Project Development Manual.
80 You can also see the
81 <link linkend='var-ARCHIVER_MODE'><filename>ARCHIVER_MODE</filename></link>
82 variable.
80 </para> 83 </para>
81</section> 84</section>
82 85
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index ecac2b6c26..71bd8e5260 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -283,6 +283,27 @@
283 </glossdef> 283 </glossdef>
284 </glossentry> 284 </glossentry>
285 285
286 <glossentry id='var-ARCHIVER_MODE'><glossterm>ARCHIVER_MODE</glossterm>
287 <info>
288 ARCHIVER_MODE[doc] = "Controls archive creation used when releasing source files."
289 </info>
290 <glossdef>
291 <para role="glossdeffirst">
292<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
293 When used with the
294 <link linkend='ref-classes-archiver'><filename>archiver</filename></link>
295 class, determines the type of information used to create
296 a released archive.
297 You can use this variable to create archives of patched
298 source, original source, configured source, and so forth.
299 For information on how the variable works, see the
300 <filename>meta/classes/archiver.bbclass</filename> file
301 in the
302 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>.
303 </para>
304 </glossdef>
305 </glossentry>
306
286 <glossentry id='var-AS'><glossterm>AS</glossterm> 307 <glossentry id='var-AS'><glossterm>AS</glossterm>
287 <info> 308 <info>
288 AS[doc] = "Minimal command and arguments to run the assembler." 309 AS[doc] = "Minimal command and arguments to run the assembler."