summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-10 10:33:12 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:18:29 +0000
commit08436ae88df9978593df806f77fb633a2b4e9a9c (patch)
treea0a2469fccd4e7ff8722562c24d9886b904b4f63 /documentation/ref-manual/ref-variables.xml
parenta51875b08ce563e4b95edfe6322e2249c5662e72 (diff)
downloadpoky-08436ae88df9978593df806f77fb633a2b4e9a9c.tar.gz
ref-manual: Edits to PACKAGE_CLASSES variable.
I discovered some issues with this description. Should be referencing the Build Directory for where the local.conf file is and not the Source Directory. Also, the link to the package.bbclass section was mis-titled. (From yocto-docs rev: ddfc7454dfb653ad3e90f995716e55977fe44311) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 16fbf96213..d4072f1b8d 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -4342,7 +4342,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4342 <glossdef> 4342 <glossdef>
4343 <para>This variable, which is set in the <filename>local.conf</filename> configuration 4343 <para>This variable, which is set in the <filename>local.conf</filename> configuration
4344 file found in the <filename>conf</filename> folder of the 4344 file found in the <filename>conf</filename> folder of the
4345 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>, 4345 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>,
4346 specifies the package manager to use when packaging data. 4346 specifies the package manager to use when packaging data.
4347 You can provide one or more arguments for the variable with the first 4347 You can provide one or more arguments for the variable with the first
4348 argument being the package manager used to create images: 4348 argument being the package manager used to create images:
@@ -4350,9 +4350,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4350 PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk" 4350 PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk"
4351 </literallayout> 4351 </literallayout>
4352 For information on build performance effects as a result of the 4352 For information on build performance effects as a result of the
4353 package manager use, see 4353 package manager use, see the
4354 <link linkend='ref-classes-package'>Packaging - <filename>package*.bbclass</filename></link> 4354 "<link linkend='ref-classes-package'><filename>package.bbclass</filename></link>"
4355 in this manual. 4355 section.
4356 </para> 4356 </para>
4357 </glossdef> 4357 </glossdef>
4358 </glossentry> 4358 </glossentry>