diff options
| -rw-r--r-- | documentation/ref-manual/ref-classes.xml | 3 | ||||
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 21 |
2 files changed, 24 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index eb3e2718a7..72295d737c 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
| @@ -93,6 +93,9 @@ | |||
| 93 | For more details on the source archiver, see the | 93 | For more details on the source archiver, see the |
| 94 | "<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>" | 94 | "<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>" |
| 95 | section in the Yocto Project Development Manual. | 95 | section in the Yocto Project Development Manual. |
| 96 | You can also see the | ||
| 97 | <link linkend='var-ARCHIVER_MODE'><filename>ARCHIVER_MODE</filename></link> | ||
| 98 | variable. | ||
| 96 | </para> | 99 | </para> |
| 97 | </section> | 100 | </section> |
| 98 | 101 | ||
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." |
