summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-09-02 11:54:20 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-02 23:38:52 +0100
commit99cb233e0c8058c9a406e18fedae70b0f60e3864 (patch)
tree46d8754ec8d2d0c96a963c314d68819ec1387d3b /documentation/poky-ref-manual/ref-variables.xml
parentce0456d95d9859477429a1208433245ae8724fd7 (diff)
downloadpoky-99cb233e0c8058c9a406e18fedae70b0f60e3864.tar.gz
YOCTO #1088: documentation - Added text to partially address package bug
This bug was filed by Gary Thomas and was requesting more information on the "hows" and "whys" of setting up your own package repositories. At this point, I have added information to help the user understand build performance issues when choosing between the RPM and IPKG packaging systems. Likely, there is more that needs to be added to fully address this bug. For now, I added explanations in the packaging class and glossary areas of the YP reference manual, a new paragraph in the YP QS just prior to firing off a build, and a new bit of information in the configuring PMS in the ADT Manual. (From yocto-docs rev: d0025f862cb85ca741787b4737dca286e3ebfb45) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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