summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/ref-variables.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/poky-ref-manual/ref-variables.xml')
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 7f51fc9885..0bde65915c 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -679,7 +679,19 @@
679 679
680 <glossentry id='var-PACKAGE_CLASSES'><glossterm>PACKAGE_CLASSES</glossterm> 680 <glossentry id='var-PACKAGE_CLASSES'><glossterm>PACKAGE_CLASSES</glossterm>
681 <glossdef> 681 <glossdef>
682 <para>Specifies the list of resulting package formats.</para> 682 <para>This variable, which is set in the <filename>local.conf</filename> configuration
683 file found in the Yocto Project file's <filename>conf</filename> directory,
684 specifies the package manager to use when packaging data.
685 You can provide one or more arguments for the variable with the first
686 argument being the package manager used to create images:
687 <literallayout class='monospaced'>
688 PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk"
689 </literallayout>
690 For information on build performance effects as a result of the
691 package manager use, see
692 <link linkend='ref-classes-package'>Packaging - <filename>package*.bbclass</filename></link>
693 in this manual.
694 </para>
683 </glossdef> 695 </glossdef>
684 </glossentry> 696 </glossentry>
685 697