From d0531dbf0e5f4f8612b5164674f9140b1d86010b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 30 Apr 2015 08:25:02 -0700 Subject: [PATCH] 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: f825ba932970e9d62d335f249365a34b2992b6cd) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 3 +++ documentation/ref-manual/ref-variables.xml | 21 +++++++++++++++++++++ 2 files changed, 24 insertions(+) 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."