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 @@ For more details on the source archiver, see the "Maintaining Open Source License Compliance During Your Product's Lifecycle" section in the Yocto Project Development Manual. + You can also see the + ARCHIVER_MODE + variable. 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 @@ + ARCHIVER_MODE + + ARCHIVER_MODE[doc] = "Controls archive creation used when releasing source files." + + + + + When used with the + archiver + class, determines the type of information used to create + a released archive. + You can use this variable to create archives of patched + source, original source, configured source, and so forth. + For information on how the variable works, see the + meta/classes/archiver.bbclass file + in the + Source Directory. + + + + AS AS[doc] = "Minimal command and arguments to run the assembler."